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
25std::string filename_output(
26 const std::string &directory,
27 const std::string &property,
28 const std::string &basis,
29 const int ik_local,
30 const std::vector<int> &ik2iktot,
31 const int nspin,
32 const int nkstot,
33 const int out_type,
34 const bool out_app_flag,
35 const bool gamma_only,
36 const int istep=-1,
37 const int iter=-1);
38
39}
40#endif
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, const int iter)
Definition filename.cpp:8