mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-06 22:23:55 +01:00
19 lines
609 B
INI
19 lines
609 B
INI
[mu_of_r_disk]
|
|
type: double precision
|
|
doc: array of the values of mu(r)
|
|
interface: ezfio
|
|
size: (becke_numerical_grid.n_points_final_grid,determinants.n_states)
|
|
|
|
[mu_of_r_potential]
|
|
type: character*(32)
|
|
doc: type of potential for the mu(r) interaction: can be [ hf| cas_full | cas_truncated | pure_act]
|
|
interface: ezfio, provider, ocaml
|
|
default: hf
|
|
|
|
[io_mu_of_r]
|
|
type: Disk_access
|
|
doc: Read/Write the mu(r) from/to disk [ Write | Read | None ]
|
|
interface: ezfio,provider,ocaml
|
|
default: None
|
|
|