mirror of
https://github.com/LCPQ/quantum_package
synced 2025-01-09 12:44:07 +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
|
||||
|
||||
[mo_label]
|
||||
interface: ezfio,provider
|
||||
doc: o_label
|
||||
interface: ezfio
|
||||
doc: mo_label
|
||||
type: character*(64)
|
||||
|
||||
[n_det]
|
||||
|
@ -213,11 +213,11 @@ Documentation
|
||||
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_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
|
||||
|
||||
|
||||
@ -525,7 +525,7 @@ Documentation
|
||||
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
|
||||
|
||||
|
||||
@ -874,7 +874,7 @@ Documentation
|
||||
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)
|
||||
|
||||
|
||||
|
@ -2,30 +2,25 @@
|
||||
type: integer
|
||||
doc: Total number of molecular orbitals and the size of the keys corresponding
|
||||
interface: ezfio
|
||||
ezfio_dir: mo_basis
|
||||
|
||||
[mo_coef]
|
||||
type: double precision
|
||||
doc: coefficient of the ith ao on the jth mo
|
||||
interface: ezfio
|
||||
size: (ao_basis.ao_num,mo_basis.mo_tot_num)
|
||||
ezfio_dir: mo_basis
|
||||
|
||||
[mo_label]
|
||||
type: character*(64)
|
||||
doc: Label characterizing the MOS (local, canonical, natural, etc)
|
||||
interface: ezfio
|
||||
ezfio_dir: mo_basis
|
||||
|
||||
[mo_occ]
|
||||
type: double precision
|
||||
doc: MO occupation numbers
|
||||
interface: ezfio
|
||||
size: (mo_basis.mo_tot_num)
|
||||
ezfio_dir: mo_basis
|
||||
|
||||
[ao_md5]
|
||||
type: character*(32)
|
||||
doc: Ao_md5
|
||||
interface: ezfio
|
||||
ezfio_dir: mo_basis
|
Loading…
Reference in New Issue
Block a user