2021-06-25 00:03:06 +02:00
|
|
|
[backend]
|
2021-05-05 17:15:14 +02:00
|
|
|
type: integer
|
|
|
|
doc: Back-end used in TREXIO. 0: HDF5, 1:Text
|
|
|
|
interface: ezfio, ocaml, provider
|
|
|
|
default: 0
|
|
|
|
|
2021-05-05 18:17:56 +02:00
|
|
|
[trexio_file]
|
|
|
|
type: character*(256)
|
|
|
|
doc: Name of the exported TREXIO file
|
|
|
|
interface: ezfio, ocaml, provider
|
|
|
|
default: None
|
|
|
|
|
2021-12-10 18:42:49 +01:00
|
|
|
[export_rdm]
|
|
|
|
type: logical
|
|
|
|
doc: If True, export two-body reduced density matrix
|
|
|
|
interface: ezfio, ocaml, provider
|
|
|
|
default: False
|
|
|
|
|
2022-05-05 13:26:51 +02:00
|
|
|
[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]
|
2021-12-10 18:42:49 +01:00
|
|
|
type: logical
|
|
|
|
doc: If True, export two-electron integrals in AO basis
|
|
|
|
interface: ezfio, ocaml, provider
|
|
|
|
default: False
|
|
|
|
|
2022-05-05 13:26:51 +02:00
|
|
|
[export_mo_two_e_ints]
|
2021-12-10 18:42:49 +01:00
|
|
|
type: logical
|
|
|
|
doc: If True, export two-electron integrals in MO basis
|
|
|
|
interface: ezfio, ocaml, provider
|
2022-05-05 13:26:51 +02:00
|
|
|
default: False
|
2021-12-10 18:42:49 +01:00
|
|
|
|