ABACUS develop
Atomic-orbital Based Ab-initio Computation at UStc
Loading...
Searching...
No Matches
td_folding.h
Go to the documentation of this file.
1#ifndef TD_FOLDING_H
2#define TD_FOLDING_H
5
6namespace module_rt{
7// folding HR to hk, for hybrid gauge
8template<typename TR>
10 std::complex<double>* hk,
11 const ModuleBase::Vector3<double>& kvec_d_in,
12 const int ncol,
13 const int hk_type,
14 const UnitCell* ucell,
16}// namespace module_rt
17
18#endif
3 elements vector
Definition vector3.h:22
Definition unitcell.h:16
Definition hcontainer.h:144
Definition band_energy.cpp:11
void folding_HR_td(const hamilt::HContainer< TR > &hR, std::complex< double > *hk, const ModuleBase::Vector3< double > &kvec_d_in, const int ncol, const int hk_type, const UnitCell *ucell, const ModuleBase::Vector3< double > &cart_At)
Definition td_folding.cpp:5