OpenCAP
Electronic structure of metastable states
|
Functions pertaining to reading the geometry and basis set from Molden. The format is detailed here: http://cheminf.cmbi.ru.nl/molden/molden_format.html. More...
Go to the source code of this file.
Functions | |
std::vector< Atom > | read_geometry_from_molden (std::string filename) |
BasisSet | read_basis_from_molden (std::string filename, std::vector< Atom > atoms) |
Functions pertaining to reading the geometry and basis set from Molden. The format is detailed here: http://cheminf.cmbi.ru.nl/molden/molden_format.html.
Reads in basis set from molden file.
filename | file location of molden file |
atoms | Ordered list of atoms in the system |
std::vector<Atom> read_geometry_from_molden | ( | std::string | filename | ) |
Reads in geometry from molden file.
filename | file location of molden file |