mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-09 20:48:47 +01:00
Fix bug with 2 provider for mo_label
This commit is contained in:
parent
fb1114b84d
commit
ff8746c269
@ -68,8 +68,8 @@ doc: bit_kind
|
|||||||
type: Bit_kind
|
type: Bit_kind
|
||||||
|
|
||||||
[mo_label]
|
[mo_label]
|
||||||
interface: ezfio,provider
|
interface: ezfio
|
||||||
doc: o_label
|
doc: mo_label
|
||||||
type: character*(64)
|
type: character*(64)
|
||||||
|
|
||||||
[n_det]
|
[n_det]
|
||||||
|
@ -213,11 +213,11 @@ Documentation
|
|||||||
Build connection proxy between determinants
|
Build connection proxy between determinants
|
||||||
|
|
||||||
|
|
||||||
`det_num <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L266>`_
|
`det_num <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L248>`_
|
||||||
det_num
|
det_num
|
||||||
|
|
||||||
|
|
||||||
`det_occ <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L244>`_
|
`det_occ <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L226>`_
|
||||||
det_occ
|
det_occ
|
||||||
|
|
||||||
|
|
||||||
@ -525,7 +525,7 @@ Documentation
|
|||||||
Maximum number of determinants diagonalized by Jacobi
|
Maximum number of determinants diagonalized by Jacobi
|
||||||
|
|
||||||
|
|
||||||
`n_det_max_property <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L310>`_
|
`n_det_max_property <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L292>`_
|
||||||
Max number of determinants in the wave function when you select for a given property
|
Max number of determinants in the wave function when you select for a given property
|
||||||
|
|
||||||
|
|
||||||
@ -874,7 +874,7 @@ Documentation
|
|||||||
convergence of the correlation energy of SC2 iterations
|
convergence of the correlation energy of SC2 iterations
|
||||||
|
|
||||||
|
|
||||||
`threshold_generators <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L288>`_
|
`threshold_generators <http://github.com/LCPQ/quantum_package/tree/master/src/Determinants/ezfio_interface.irp.f#L270>`_
|
||||||
Thresholds on generators (fraction of the norm)
|
Thresholds on generators (fraction of the norm)
|
||||||
|
|
||||||
|
|
||||||
|
@ -2,30 +2,25 @@
|
|||||||
type: integer
|
type: integer
|
||||||
doc: Total number of molecular orbitals and the size of the keys corresponding
|
doc: Total number of molecular orbitals and the size of the keys corresponding
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
ezfio_dir: mo_basis
|
|
||||||
|
|
||||||
[mo_coef]
|
[mo_coef]
|
||||||
type: double precision
|
type: double precision
|
||||||
doc: coefficient of the ith ao on the jth mo
|
doc: coefficient of the ith ao on the jth mo
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
size: (ao_basis.ao_num,mo_basis.mo_tot_num)
|
size: (ao_basis.ao_num,mo_basis.mo_tot_num)
|
||||||
ezfio_dir: mo_basis
|
|
||||||
|
|
||||||
[mo_label]
|
[mo_label]
|
||||||
type: character*(64)
|
type: character*(64)
|
||||||
doc: Label characterizing the MOS (local, canonical, natural, etc)
|
doc: Label characterizing the MOS (local, canonical, natural, etc)
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
ezfio_dir: mo_basis
|
|
||||||
|
|
||||||
[mo_occ]
|
[mo_occ]
|
||||||
type: double precision
|
type: double precision
|
||||||
doc: MO occupation numbers
|
doc: MO occupation numbers
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
size: (mo_basis.mo_tot_num)
|
size: (mo_basis.mo_tot_num)
|
||||||
ezfio_dir: mo_basis
|
|
||||||
|
|
||||||
[ao_md5]
|
[ao_md5]
|
||||||
type: character*(32)
|
type: character*(32)
|
||||||
doc: Ao_md5
|
doc: Ao_md5
|
||||||
interface: ezfio
|
interface: ezfio
|
||||||
ezfio_dir: mo_basis
|
|
Loading…
Reference in New Issue
Block a user