#include <solvent.h>
Inheritance diagram for sc::BEMSolventH:


Public Member Functions | |
| BEMSolventH (StateIn &) | |
| BEMSolventH (const Ref< KeyVal > &) | |
| void | save_data_state (StateOut &) |
| Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them. | |
| void | init (const Ref< Wavefunction > &) |
| Sets the current Wavefunction. | |
| void | accum (const RefSymmSCMatrix &h) |
| Sum the contribution from this object into h. | |
| void | done () |
| Should be called after we are finished with this AccumH. | |
| void | print_summary () |
| Print information about the contribution. | |
| double | e () |
| Returns the scalar contribution to the energy. | |
It should only be used by developers wishing to test or fix it.
This specialization of AccumH computes the contribution to the energy one body Hamiltonian from a solvent using a polarizable continuum model.
| void sc::BEMSolventH::save_data_state | ( | StateOut & | ) | [virtual] |
Save the base classes (with save_data_state) and the members in the same order that the StateIn CTOR initializes them.
This must be implemented by the derived class if the class has data.
Reimplemented from sc::AccumH.
| void sc::BEMSolventH::init | ( | const Ref< Wavefunction > & | ) | [virtual] |
Sets the current Wavefunction.
This is needed if the contribution depends on the current Wavefunction. This would override a Wavefunction givin in the KeyVal CTOR.
Reimplemented from sc::AccumH.
| void sc::BEMSolventH::accum | ( | const RefSymmSCMatrix & | h | ) | [virtual] |
| void sc::BEMSolventH::done | ( | ) | [virtual] |
Should be called after we are finished with this AccumH.
The reference to current Wavefunction object will be removed, and accum cannot be called until another init call is made.
Reimplemented from sc::AccumH.
| void sc::BEMSolventH::print_summary | ( | ) | [virtual] |
| double sc::BEMSolventH::e | ( | ) | [virtual] |
Returns the scalar contribution to the energy.
Available only after accum is called.
Reimplemented from sc::AccumH.