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 void 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:7
Definition cal_dm.h:10
void read_orb_file(int it, std::string &orb_file, std::ofstream &ofs_running, Atom *atom)
read number of numerical orbitals for each angular momentum
Definition read_orb.cpp:5