@@ -20,7 +20,7 @@ class pseudo
2020 pseudo ();
2121 ~pseudo ();
2222
23- // /< PP_HEADER>
23+ // / PP_HEADER
2424 bool has_so = false ; // /< if .true. includes spin-orbit
2525 int nv = 0 ; // /< UPF file version number
2626 std::string psd; // /< Element label
@@ -47,37 +47,37 @@ class pseudo
4747 std::vector<double > jchi = {}; // /< jchi(nwfc), added by zhengdy-soc
4848 std::vector<int > nn = {};
4949
50- // /< PP_LOCAL> Local pseudopotentials
50+ // / PP_LOCAL - Local pseudopotentials
5151 std::vector<double > vloc_at = {}; // /< [mesh], local potential( = pseudopot_upf.vloc )
5252
53- // /< PP_MESH>
53+ // / PP_MESH
5454 std::vector<double > r = {}; // /< radial logaritmic mesh, r[0:mesh-1]
5555 std::vector<double > rab = {}; // /< derivative of the radial mesh, rab[0:mesh-1]
5656
57- // /< PP_NLCC>
57+ // / PP_NLCC
5858 std::vector<double > rho_atc = {}; // /< radial core charge density, rho_atc[0:mesh-1]
5959
60- // /< PP_RHOATOM>
60+ // / PP_RHOATOM
6161 std::vector<double > rho_at = {}; // /< radial atomic charge density, rho_at[0:mesh-1]
6262
63- // /< PP_PSWFC>
63+ // / PP_PSWFC
6464 ModuleBase::matrix chi; // /< radial atomic orbitals, chi(nchi, mesh)
6565
66- // /< PP_OTHER>
66+ // / PP_OTHER
6767 int msh = 0 ; // /< number of points up to rcut
6868 double rcut = 0.0 ; // /< cut-off radius
6969
70- // /< PP_BETA>
70+ // / PP_BETA
7171 std::vector<int > lll = {}; // /< lll(nbeta), angular momentum of the beta function
7272
73- // /< PP_DIJ>
73+ // / PP_DIJ
7474 ModuleBase::matrix dion; // /< dion(nbeta,nbeta)
7575 ModuleBase::matrix betar; // /< (nbeta, mesh), radial beta_{mu} functions
7676
77- // /< PP_OTHER>
77+ // / PP_OTHER
7878 int nh = 0 ; // /< number of beta functions per atomic type
7979
80- // /< USPP> Ultrasoft pseudopotential
80+ // / USPP - Ultrasoft pseudopotential
8181 ModuleBase::realArray qfuncl; // /< qfuncl(2*lmax+1,nbeta*(nbeta+1)/2,mesh) Q_{mu,nu}(|r|) function for |r|> r_L
8282 ModuleBase::matrix qqq; // /< qqq(nbeta,nbeta) q_{mu,nu}
8383 /* *
0 commit comments