votca 2024.2-dev
|
ChargeTransfer_filter tracks states according to how much charge is on a fragment A and the rest of the molecule. More...
#include <DeltaQ_filter.h>
Public Member Functions | |
std::string | Identify () const final |
void | Initialize (const tools::Property &options) final |
void | Info (Logger &log) const final |
bool | NeedsInitialState () const final |
void | UpdateHist (const Orbitals &orb, QMState state) final |
std::vector< Index > | CalcIndeces (const Orbitals &orb, QMStateType type) const final |
void | WriteToCpt (CheckpointWriter &w) final |
void | ReadFromCpt (CheckpointReader &r) final |
Public Member Functions inherited from votca::xtp::StateFilter_base | |
StateFilter_base ()=default | |
virtual | ~StateFilter_base ()=default |
Private Attributes | |
QMFragment< double > | fragment_ |
Additional Inherited Members | |
Protected Member Functions inherited from votca::xtp::StateFilter_base | |
std::vector< Index > | ReduceAndSortIndecesUp (const Eigen::VectorXd &overlap, Index offset, double threshold) const |
std::vector< Index > | ReduceAndSortIndecesDown (const Eigen::VectorXd &overlap, Index offset, double threshold) const |
ChargeTransfer_filter tracks states according to how much charge is on a fragment A and the rest of the molecule.
Definition at line 37 of file DeltaQ_filter.h.
|
finalvirtual |
Implements votca::xtp::StateFilter_base.
Definition at line 42 of file DeltaQ_filter.cc.
|
inlinefinalvirtual |
Implements votca::xtp::StateFilter_base.
Definition at line 39 of file DeltaQ_filter.h.
|
finalvirtual |
Implements votca::xtp::StateFilter_base.
Definition at line 35 of file DeltaQ_filter.cc.
|
finalvirtual |
Implements votca::xtp::StateFilter_base.
Definition at line 29 of file DeltaQ_filter.cc.
|
inlinefinalvirtual |
Implements votca::xtp::StateFilter_base.
Definition at line 45 of file DeltaQ_filter.h.
|
finalvirtual |
Implements votca::xtp::StateFilter_base.
Definition at line 66 of file DeltaQ_filter.cc.
Implements votca::xtp::StateFilter_base.
Definition at line 40 of file DeltaQ_filter.cc.
|
finalvirtual |
Implements votca::xtp::StateFilter_base.
Definition at line 64 of file DeltaQ_filter.cc.
|
private |
Definition at line 57 of file DeltaQ_filter.h.