ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
read_orb.h
Go to the documentation of this file.
1#ifndef READ_ORB_H
2#define READ_ORB_H
3
5
6namespace elecstate
7{
8
16 bool read_orb_file(int it,
17 std::string& orb_file,
18 std::ofstream& ofs_running,
19 Atom* atom);
20
21}
22
23#endif
Definition atom_spec.h:6
Definition read_atoms_helper_test.cpp:11
bool read_orb_file(int it, std::string &orbital_file, std::ofstream &ofs_running, Atom *atom)
read number of numerical orbitals for each angular momentum
Definition read_atoms_helper_test.cpp:12