![]() |
MolSSI Integral Reference Project
|
Construction of a basis from coordinates and a basis set file. More...
#include "mirp_bin/reffile_io.hpp"#include "mirp_bin/test_common.hpp"#include <fstream>#include <sstream>#include <stdexcept>#include <map>
Namespaces | |
| mirp | |
Functions | |
| std::vector< gaussian_shell > | mirp::read_construct_basis (const std::string &xyzfile, const std::string &basfile) |
| Creates a basis from an XYZ file and a basis set file. More... | |
Variables | |
| const double | ang_to_bohr = 1.0/0.52917721067 |
Construction of a basis from coordinates and a basis set file.
| const double ang_to_bohr = 1.0/0.52917721067 |
Factor for converting Angstrom to Bohr
Source: NIST 2014 CODATA recommended values
| std::array<double, 3> xyz |
Coordinates of the atom.
| int Z |
Atomic Z number.
1.8.13