Go to the source code of this file.
|
| TEST_CASE ("Bare Kinetic Energy", "[hamiltonian]") |
|
| TEST_CASE ("Bare KE Pulay PBC", "[hamiltonian]") |
|
void | testElecCase (double mass_up, double mass_dn, std::function< void(RefVectorWithLeader< OperatorBase > &o_list, RefVectorWithLeader< TrialWaveFunction > &twf_list, RefVectorWithLeader< ParticleSet > &p_list, Matrix< Real > &kinetic_energies, std::vector< ListenerVector< Real >> &listeners, std::vector< ListenerVector< Real >> &ion_listeners)> tests) |
| Provide a test scope parameterized on electron species mass that then can run a set of tests using its objects. More...
|
|
auto | getTestCaseForWeights (Real value1, Real value2, Real value3) |
| just set the values to test the electron weights More...
|
|
| TEST_CASE ("BareKineticEnergyListener", "[hamiltonian]") |
|