25#ifndef __CONSTANTS_HPP__
26#define __CONSTANTS_HPP__
42const double pi = 3.1415926535897932385;
45const double twopi = 6.2831853071795864769;
48const double fourpi = 12.566370614359172954;
51const double y00 = 0.28209479177387814347;
54const double ha2ev = 27.21138505;
56const char*
const storage_file_name =
"sirius.h5";
60 {{1.0, 0.0}, {0.0, 1.0}},
61 {{1.0, 0.0}, {0.0, -1.0}},
62 {{0.0, 1.0}, {1.0, 0.0}},
63 {{0.0, std::complex<double>(0, -1)}, {std::complex<double>(0, 1), 0.0}}};
Namespace of the SIRIUS library.
const double bohr_radius
Bohr radius in angstroms.
const double y00
First spherical harmonic .
const double ha2ev
Hartree in electron-volt units.
const double speed_of_light
NIST value for the inverse fine structure (http://physics.nist.gov/cuu/Constants/index....
const std::complex< double > pauli_matrix[4][2][2]
Pauli matrices in {I, Z, X, Y} order.