MADNESS
0.10.1
|
Public Member Functions | |
MyDerivativeOperator (World &world, const int axis1) | |
std::string | info () const |
print some information about this operator More... | |
T | operator() (const functionT &bra, const functionT &ket) const |
compute the matrix element <bra | op | ket> More... | |
functionT | operator() (const functionT &ket) const |
tensorT | operator() (const vecfuncT &vbra, const vecfuncT &vket) const |
compute the matrix <vbra | op | vket> More... | |
vecfuncT | operator() (const vecfuncT &vket) const |
apply this operator on the argument vector of functions More... | |
void | set_ble1 () |
void | set_bspline1 () |
Public Member Functions inherited from madness::SCFOperatorBase< T, NDIM > | |
SCFOperatorBase ()=default | |
SCFOperatorBase (std::shared_ptr< MacroTaskQ > taskq) | |
virtual | ~SCFOperatorBase () |
Private Types | |
typedef Function< T, NDIM > | functionT |
typedef Tensor< T > | tensorT |
typedef std::vector< functionT > | vecfuncT |
Private Attributes | |
int | axis |
bool | ble =false |
bool | bsp =false |
World & | world |
Additional Inherited Members | |
Public Types inherited from madness::SCFOperatorBase< T, NDIM > | |
typedef Function< T, NDIM > | functionT |
typedef Tensor< T > | tensorT |
typedef std::vector< functionT > | vecfuncT |
Public Attributes inherited from madness::SCFOperatorBase< T, NDIM > | |
std::shared_ptr< MacroTaskQ > | taskq =0 |
|
private |
|
private |
|
private |
|
inline |
|
inlinevirtual |
print some information about this operator
Implements madness::SCFOperatorBase< T, NDIM >.
References axis.
|
inlinevirtual |
compute the matrix element <bra | op | ket>
bra | bra state |
ket | ket state |
Implements madness::SCFOperatorBase< T, NDIM >.
|
inlinevirtual |
apply this operator on the argument function
ket | the argument function |
Implements madness::SCFOperatorBase< T, NDIM >.
|
inlinevirtual |
compute the matrix <vbra | op | vket>
vbra | vector of bra states |
vket | vector of ket states |
Implements madness::SCFOperatorBase< T, NDIM >.
References madness::matrix_inner().
|
inlinevirtual |
apply this operator on the argument vector of functions
vket | argument vector |
Implements madness::SCFOperatorBase< T, NDIM >.
References madness::apply(), axis, and gradop.
|
inline |
|
inline |
|
private |
|
private |
|
private |
|
private |