mirror of
https://github.com/LCPQ/quantum_package
synced 2024-12-22 12:23:48 +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]
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user