|
OpenCAP
Electronic structure of metastable states
|
Functions pertaining to the Q-Chem interface. More...
Go to the source code of this file.
Functions | |
| Eigen::MatrixXd | qchem_read_overlap (std::string dmat_filename, BasisSet bs) |
| Eigen::MatrixXd | read_qchem_eom_energies (size_t nstates, std::string output_file) |
| std::vector< Atom > | read_geometry_from_fchk (std::string fchk_filename) |
| BasisSet | read_basis_from_fchk (std::string fchk_filename, std::vector< Atom > atoms) |
| void | qchem_read_dms (std::vector< std::vector< Eigen::MatrixXd >> &alpha_dms, std::vector< std::vector< Eigen::MatrixXd >> &beta_dms, std::string fchk_filename, BasisSet &bs, size_t num_states) |
| Eigen::MatrixXd | read_qchem_tddft_energies (size_t nstates, std::string output_file) |
Functions pertaining to the Q-Chem interface.
| void qchem_read_dms | ( | std::vector< std::vector< Eigen::MatrixXd >> & | alpha_dms, |
| std::vector< std::vector< Eigen::MatrixXd >> & | beta_dms, | ||
| std::string | fchk_filename, | ||
| BasisSet & | bs, | ||
| size_t | num_states | ||
| ) |
Read in TDMs from Q-Chem fchk file.
| alpha_opdms | MxM vector of vectors containing Eigen matrices for opdms |
| beta_opdms | MxM vector of vectors containing Eigen matrices for opdms |
| fchk_filename | file location of the rassi.h5 file. |
| bs | BasisSet of the system |
| nstates | Number of states |
| Eigen::MatrixXd qchem_read_overlap | ( | std::string | dmat_filename, |
| BasisSet | bs | ||
| ) |
Reads in overlap matrix from Q-Chem fchk file.
| dmat_filename | file location of the Q-Chem .fchk file |
| bs | BasisSet of system |
| std::vector<Atom> read_geometry_from_fchk | ( | std::string | fchk_filename | ) |
| Eigen::MatrixXd read_qchem_eom_energies | ( | size_t | nstates, |
| std::string | output_file | ||
| ) |
Read in energies from Q-Chem output file for EOM-EE/EA/IP methods
| nstates | number of states, |
| output_file | qchem output file location |
| Eigen::MatrixXd read_qchem_tddft_energies | ( | size_t | nstates, |
| std::string | output_file | ||
| ) |
Read in energies from Q-Chem output file for EOM-EE/EA/IP methods
| nstates | number of states, |
| output_file | qchem output file location |
1.8.15