|
Public Types |
|
typedef std::vector< std::string > | strvec |
|
typedef std::vector< int > | intvec |
typedef std::vector< std::pair
< int, int > > | intpairvec |
|
typedef std::deque< CCOperation > | OpDeque |
Public Member Functions |
|
void | add_Matrix (const char *cstr) |
|
void | add_Matrix (std::string str) |
|
void | add_index (const char *cstr) |
| void | solve (const char *cstr) |
|
void | solve (std::string str) |
| void | solve_zero_two_diagonal (const char *cstr) |
|
void | zero_right_four_diagonal (const char *cstr) |
|
void | zero_left_four_diagonal (const char *cstr) |
|
void | zero_non_doubly_occupied (const char *cstr) |
|
void | zero_non_external (const char *cstr) |
|
void | zero (const char *cstr) |
|
void | reduce_spaces (const char *out, const char *in) |
|
void | expand_spaces (const char *out, const char *in) |
| void | append (const char *cstr) |
|
void | append (std::string str) |
| void | append_zero_two_diagonal (const char *cstr) |
| void | compute () |
| int | compute_storage_strategy () |
| void | show_storage () |
|
void | diis_add (std::string amps, std::string delta_amps) |
|
void | diis_save_t_amps (int cycle) |
|
void | diis (int cycle, double delta, DiisType diis_type) |
|
void | print (const char *cstr) |
|
void | print_ref (std::string &str) |
|
void | print_memory () |
|
CCIndex * | get_index (const char *cstr) |
|
CCIndex * | get_index (std::string &str) |
|
CCMatTmp | get_MatTmp (std::string str, int reference, DiskOpt disk_option) |
|
CCMatTmp | get_MatTmp (std::string str, DiskOpt disk_option) |
|
CCMatTmp | get_MatTmp (CCMatrix *Matrix, DiskOpt disk_option) |
|
CCMatIrTmp | get_MatIrTmp (std::string str, int reference, int irrep, DiskOpt disk_option) |
|
CCMatIrTmp | get_MatIrTmp (std::string str, int irrep, DiskOpt disk_option) |
|
CCMatIrTmp | get_MatIrTmp (CCMatrix *Matrix, int irrep, DiskOpt disk_option) |
|
double | get_scalar (std::string str) |
|
double | get_scalar (const char *cstr, int reference) |
|
double | get_scalar (std::string &str, int reference) |
|
void | set_scalar (const char *cstr, int reference, double value) |
|
void | set_scalar (std::string &str, int reference, double value) |
|
MatrixMap & | get_MatrixMap () |