ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
filename.h
Go to the documentation of this file.
1#ifndef FILENAME_H
2#define FILENAME_H
3#include <vector>
4#include <string>
5
6namespace ModuleIO
7{
8
24std::string filename_output(
25 const std::string &directory,
26 const std::string &property,
27 const std::string &basis,
28 const int ik_local,
29 const std::vector<int> &ik2iktot,
30 const int nspin,
31 const int nkstot,
32 const int out_type,
33 const bool out_app_flag,
34 const bool gamma_only,
35 const int istep=-1);
36
37}
38#endif
This class has two functions: restart psi from the previous calculation, and write psi to the disk.
Definition cal_dos.h:9
std::string filename_output(const std::string &directory, const std::string &property, const std::string &basis, const int ik_local, const std::vector< int > &ik2iktot, const int nspin, const int nkstot, const int out_type, const bool out_app_flag, const bool gamma_only, const int istep)
Definition filename.cpp:8