2019-01-25 11:39:31 +01:00
|
|
|
[nucl_num]
|
|
|
|
doc: Number of nuclei
|
|
|
|
type: integer
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[nucl_label]
|
|
|
|
doc: Nuclear labels
|
|
|
|
type: character*(32)
|
|
|
|
size: (nuclei.nucl_num)
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[nucl_charge]
|
|
|
|
doc: Nuclear charges
|
|
|
|
type:double precision
|
|
|
|
size: (nuclei.nucl_num)
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
|
|
|
[nucl_coord]
|
|
|
|
doc: Nuclear coordinates in the format (:, {x,y,z})
|
|
|
|
type: double precision
|
|
|
|
size: (nuclei.nucl_num,3)
|
|
|
|
interface: ezfio
|
|
|
|
|
2019-07-23 14:54:03 +02:00
|
|
|
[io_nuclear_repulsion]
|
2019-01-25 11:39:31 +01:00
|
|
|
doc: Read/Write Nuclear Repulsion from/to disk [ Write | Read | None ]
|
|
|
|
type: Disk_access
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: None
|
|
|
|
|
|
|
|
[nuclear_repulsion]
|
|
|
|
doc: Nuclear repulsion (Computed automaticaly or Read in the |EZFIO|)
|
|
|
|
type:double precision
|
|
|
|
interface: ezfio
|
2019-12-02 18:18:30 +01:00
|
|
|
|
2020-02-12 01:23:34 +01:00
|
|
|
[is_complex]
|
2019-12-02 18:18:30 +01:00
|
|
|
type: logical
|
|
|
|
doc: If true, the calculation uses periodic boundary conditions
|
|
|
|
interface: ezfio, provider, ocaml
|
|
|
|
default: false
|
2020-02-03 23:46:12 +01:00
|
|
|
|
|
|
|
[io_kconserv]
|
|
|
|
doc: Read/Write kconserv array from/to disk [ Write | Read | None ]
|
|
|
|
type: Disk_access
|
|
|
|
interface: ezfio,provider,ocaml
|
|
|
|
default: None
|
|
|
|
|
|
|
|
[kpt_num]
|
|
|
|
doc: Number of k-points
|
|
|
|
type: integer
|
|
|
|
interface: ezfio, provider
|
|
|
|
|
2020-02-12 00:35:28 +01:00
|
|
|
[kpt_pair_num]
|
|
|
|
doc: Number of k-point pairs
|
|
|
|
type: integer
|
|
|
|
interface: ezfio
|
|
|
|
|
2020-02-03 23:46:12 +01:00
|
|
|
[kconserv]
|
|
|
|
type: integer
|
|
|
|
doc: array containing information about k-point symmetry
|
|
|
|
size: (nuclei.kpt_num,nuclei.kpt_num,nuclei.kpt_num)
|
|
|
|
interface: ezfio
|