10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 15:12:14 +02:00
quantum_package/src/Pseudo/EZFIO.cfg
2015-05-11 15:50:39 +02:00

58 lines
1.1 KiB
INI

[pseudo_klocmax]
doc: test
type:integer
interface: input_without_default
[pseudo_n_k]
doc: test
type: integer
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_klocmax)
[pseudo_v_k]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_klocmax)
[pseudo_dz_k]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_klocmax)
[pseudo_lmax]
doc: test
type:integer
interface: input_without_default
[pseudo_kmax]
doc: test
type:integer
interface: input_without_default
[pseudo_n_kl]
doc: test
type: integer
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_kmax,0:pseudo.pseudo_lmax)
[pseudo_v_kl]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_kmax,0:pseudo.pseudo_lmax)
[pseudo_dz_kl]
doc: test
type: double precision
interface: input_without_default
size: (nuclei.nucl_num,pseudo.pseudo_kmax,0:pseudo.pseudo_lmax)
[do_pseudo]
type: logical
doc: Using pseudo potential integral of not
interface: input
default: False