ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
update_cell_pw.h
Go to the documentation of this file.
1#ifndef UPDATE_CELL_PW_H
2#define UPDATE_CELL_PW_H
3
5#include "source_cell/klist.h"
8
9struct Input_para;
10
11namespace pw
12{
13
14void update_cell_pw(const UnitCell& ucell,
15 pseudopot_cell_vnl& ppcell,
16 const K_Vectors& kv,
18 const Input_para& inp);
19
20}
21#endif
Definition klist.h:12
Special pw_basis class. It includes different k-points.
Definition pw_basis_k.h:56
Definition unitcell.h:15
Definition vnl_pw.h:21
Definition deltaspin_pw.cpp:7
void update_cell_pw(const UnitCell &ucell, pseudopot_cell_vnl &ppcell, const K_Vectors &kv, ModulePW::PW_Basis_K *pw_wfc, const Input_para &inp)
Definition update_cell_pw.cpp:9
Definition input_parameter.h:12