ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
ctrl_output_fp.h
Go to the documentation of this file.
1#ifndef CTRL_OUTPUT_FP_H
2#define CTRL_OUTPUT_FP_H
3
4namespace ModuleIO
5{
6 template <typename TK, typename TR>
7 void ctrl_output_fp(UnitCell& ucell,
9 const int istep);
10}
11#endif
Definition unitcell.h:16
Definition elecstate_lcao.h:15
This class has two functions: restart psi from the previous calculation, and write psi to the disk.
Definition cal_dos.h:9
void ctrl_output_fp(UnitCell &ucell, elecstate::ElecStateLCAO< TK > *pelec, const int istep)
Definition ctrl_output_fp.cpp:7