10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-26 07:02:14 +02:00

'=' is not alowed in EZFIO.cfg. Ocaml bug

This commit is contained in:
Thomas Applencourt 2015-03-31 11:45:18 +02:00
parent ba805c3d8e
commit 855e839c35

View File

@ -1,31 +1,31 @@
[do_direct_integrals]
type: logical
doc: If true, compute integrals on the fly
doc: Compute integrals on the fly
interface: input
default: False
ezfio_name: direct
[write_ao_integrals]
type: logical
doc: If true, write AO integrals in EZFIO
doc: Write AO integrals from disk (EZFIO folder)
interface: input
default: False
[write_mo_integrals]
type: logical
doc: If true, write MO integrals in EZFIO
doc: Write MO integrals from disk (EZFIO folder)
interface: input
default: False
[read_ao_integrals]
type: logical
doc: If true, read AO integrals in EZFIO
doc: Read AO integrals from disk (EZFIO folder)
interface: input
default: False
[read_mo_integrals]
type: logical
doc: If true, read MO integrals in EZFIO
doc: Read MO integrals from disk (EZFIO folder)
interface: input
default: False