mirror of
https://gitlab.com/scemama/qp_plugins_scemama.git
synced 2024-11-07 22:53:42 +01:00
43 lines
941 B
INI
43 lines
941 B
INI
[backend]
|
|
type: integer
|
|
doc: Back-end used in TREXIO. 0: HDF5, 1:Text
|
|
interface: ezfio, ocaml, provider
|
|
default: 0
|
|
|
|
[trexio_file]
|
|
type: character*(256)
|
|
doc: Name of the exported TREXIO file
|
|
interface: ezfio, ocaml, provider
|
|
default: None
|
|
|
|
[export_rdm]
|
|
type: logical
|
|
doc: If True, export two-body reduced density matrix
|
|
interface: ezfio, ocaml, provider
|
|
default: False
|
|
|
|
[export_ao_one_e_ints]
|
|
type: logical
|
|
doc: If True, export one-electron integrals in AO basis
|
|
interface: ezfio, ocaml, provider
|
|
default: False
|
|
|
|
[export_mo_one_e_ints]
|
|
type: logical
|
|
doc: If True, export one-electron integrals in MO basis
|
|
interface: ezfio, ocaml, provider
|
|
default: False
|
|
|
|
[export_ao_two_e_ints]
|
|
type: logical
|
|
doc: If True, export two-electron integrals in AO basis
|
|
interface: ezfio, ocaml, provider
|
|
default: False
|
|
|
|
[export_mo_two_e_ints]
|
|
type: logical
|
|
doc: If True, export two-electron integrals in MO basis
|
|
interface: ezfio, ocaml, provider
|
|
default: False
|
|
|