mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-23 04:43:50 +01:00
'=' is not alowed in EZFIO.cfg. Ocaml bug
This commit is contained in:
parent
ba805c3d8e
commit
855e839c35
@ -1,31 +1,31 @@
|
|||||||
[do_direct_integrals]
|
[do_direct_integrals]
|
||||||
type: logical
|
type: logical
|
||||||
doc: If true, compute integrals on the fly
|
doc: Compute integrals on the fly
|
||||||
interface: input
|
interface: input
|
||||||
default: False
|
default: False
|
||||||
ezfio_name: direct
|
ezfio_name: direct
|
||||||
|
|
||||||
[write_ao_integrals]
|
[write_ao_integrals]
|
||||||
type: logical
|
type: logical
|
||||||
doc: If true, write AO integrals in EZFIO
|
doc: Write AO integrals from disk (EZFIO folder)
|
||||||
interface: input
|
interface: input
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
[write_mo_integrals]
|
[write_mo_integrals]
|
||||||
type: logical
|
type: logical
|
||||||
doc: If true, write MO integrals in EZFIO
|
doc: Write MO integrals from disk (EZFIO folder)
|
||||||
interface: input
|
interface: input
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
[read_ao_integrals]
|
[read_ao_integrals]
|
||||||
type: logical
|
type: logical
|
||||||
doc: If true, read AO integrals in EZFIO
|
doc: Read AO integrals from disk (EZFIO folder)
|
||||||
interface: input
|
interface: input
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
[read_mo_integrals]
|
[read_mo_integrals]
|
||||||
type: logical
|
type: logical
|
||||||
doc: If true, read MO integrals in EZFIO
|
doc: Read MO integrals from disk (EZFIO folder)
|
||||||
interface: input
|
interface: input
|
||||||
default: False
|
default: False
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user