#include <harpaham.h>
Public Member Functions | |
| bool | SetOpMode (const int imode) |
| bool | SetEnergy (const double NewEne) |
| bool | SetImag (const bool new_imag) |
| bool | Apply_Init (vector< HaRPAvec > &RPAvec) const |
| bool | Apply (vector< HaRPAvec > &RPAvec) const |
| vector< HaRPAvec > | solve (const vector< HaRPAvec > &CISvec) const |
Protected Types | |
| enum | OperMode { FULL = 0, MO_DIAG } |
Protected Attributes | |
| bool | imag |
| flag to indicate that RPAvec is imaginary | |
| double | Ene |
| Energy for the Green Functions. | |
| enum HaRPAResolv::OperMode | opmode |
|
|
Apply Zero order approximation < (diagonal MO) RPA resolvent |
|
|
Apply RPA Resolvent < to the array of RPA vectors defined as |
|
|
Apply RPA Resolvent < in the given approximation |
|
|
Code of approximation method used < to calculate resolvent matrix elements |
1.3.6