@@ -368,7 +368,7 @@ def __init__(self, name, doc, etsf_name=None):
368
368
_H ("ntypat" , "input variable" , etsf_name = "number_of_atom_species" ),
369
369
_H ("occopt" , "input variable" ),
370
370
_H ("pertcase" , "the index of the perturbation, 0 if GS calculation" ),
371
- _H ("usepaw" , "input variable (0=norm-conserving psps , 1=paw)" ),
371
+ _H ("usepaw" , "input variable (0=norm-conserving PSPs , 1=paw)" ),
372
372
_H ("usewvl" , "input variable (0=plane-waves, 1=wavelets)" ),
373
373
_H ("kptopt" , "input variable (defines symmetries used for k-point sampling)" ),
374
374
_H ("pawcpxocc" , "input variable" ),
@@ -379,7 +379,7 @@ def __init__(self, name, doc, etsf_name=None):
379
379
_H ("nshiftk" , "number of shifts after inkpts." ),
380
380
_H ("icoulomb" , "input variable." ),
381
381
_H ("ecut" , "input variable" , etsf_name = "kinetic_energy_cutoff" ),
382
- _H ("ecutdg" , "input variable (ecut for NC psps , pawecutdg for paw)" ),
382
+ _H ("ecutdg" , "input variable (ecut for NC PSPs , pawecutdg for paw)" ),
383
383
_H ("ecutsm" , "input variable" ),
384
384
_H ("ecut_eff" , "ecut*dilatmx**2 (dilatmx is an input variable)" ),
385
385
_H ("etot" , "EVOLVING variable" ),
@@ -398,17 +398,17 @@ def __init__(self, name, doc, etsf_name=None):
398
398
_H ("kptrlatt_orig" , "kptrlatt_orig(3,3) Original kptrlatt" ),
399
399
_H ("kptrlatt" , "kptrlatt(3,3) kptrlatt after inkpts." ),
400
400
_H ("istwfk" , "input variable istwfk(nkpt)" ),
401
- _H ("lmn_size" , "lmn_size(npsp) from psps " ),
401
+ _H ("lmn_size" , "lmn_size(npsp) from PSPs " ),
402
402
_H ("nband" , "input variable nband(nkpt*nsppol)" , etsf_name = "number_of_states" ),
403
403
_H (
404
404
"npwarr" ,
405
405
"npwarr(nkpt) array holding npw for each k point" ,
406
406
etsf_name = "number_of_coefficients" ,
407
407
),
408
- _H ("pspcod" , "pscod(npsp) from psps " ),
409
- _H ("pspdat" , "psdat(npsp) from psps " ),
410
- _H ("pspso" , "pspso(npsp) from psps " ),
411
- _H ("pspxc" , "pspxc(npsp) from psps " ),
408
+ _H ("pspcod" , "pscod(npsp) from PSPs " ),
409
+ _H ("pspdat" , "psdat(npsp) from PSPs " ),
410
+ _H ("pspso" , "pspso(npsp) from PSPs " ),
411
+ _H ("pspxc" , "pspxc(npsp) from PSPs " ),
412
412
_H ("so_psp" , "input variable so_psp(npsp)" ),
413
413
_H ("symafm" , "input variable symafm(nsym)" ),
414
414
# _H(symrel="input variable symrel(3,3,nsym)", etsf_name="reduced_symmetry_matrices"),
@@ -429,14 +429,14 @@ def __init__(self, name, doc, etsf_name=None):
429
429
_H ("shiftk" , "shiftk(3,nshiftk), shiftks after inkpts" ),
430
430
_H ("amu" , "amu(ntypat) ! EVOLVING variable" ),
431
431
# _H("xred", "EVOLVING variable xred(3,natom)", etsf_name="reduced_atom_positions"),
432
- _H ("zionpsp" , "zionpsp(npsp) from psps " ),
432
+ _H ("zionpsp" , "zionpsp(npsp) from PSPs " ),
433
433
_H (
434
434
"znuclpsp" ,
435
- "znuclpsp(npsp) from psps . Note the difference between (znucl|znucltypat) and znuclpsp" ,
435
+ "znuclpsp(npsp) from PSPs . Note the difference between (znucl|znucltypat) and znuclpsp" ,
436
436
),
437
437
_H ("znucltypat" , "znucltypat(ntypat) from alchemy" , etsf_name = "atomic_numbers" ),
438
438
_H ("codvsn" , "version of the code" ),
439
- _H ("title" , "title(npsp) from psps " ),
439
+ _H ("title" , "title(npsp) from PSPs " ),
440
440
_H (
441
441
"md5_pseudos" ,
442
442
"md5pseudos(npsp), md5 checksums associated to pseudos (read from file)" ,
0 commit comments