2019-01-25 11:39:31 +01:00
|
|
|
[mo_num]
|
|
|
|
type: integer
|
|
|
|
doc: Total number of |MOs|
|
|
|
|
interface: ezfio
|
|
|
|
|
|
|
|
[mo_coef]
|
|
|
|
type: double precision
|
|
|
|
doc: Coefficient of the i-th |AO| on the j-th |MO|
|
|
|
|
interface: ezfio
|
|
|
|
size: (ao_basis.ao_num,mo_basis.mo_num)
|
|
|
|
|
2019-12-02 18:18:30 +01:00
|
|
|
[mo_coef_imag]
|
|
|
|
type: double precision
|
|
|
|
doc: Imaginary part of the MO coefficient of the i-th |AO| on the j-th |MO|
|
|
|
|
interface: ezfio
|
|
|
|
size: (ao_basis.ao_num,mo_basis.mo_num)
|
|
|
|
|
2019-01-25 11:39:31 +01:00
|
|
|
[mo_label]
|
|
|
|
type: character*(64)
|
|
|
|
doc: Label characterizing the MOS (Local, Canonical, Natural, *etc*)
|
|
|
|
interface: ezfio
|
|
|
|
|
|
|
|
[mo_occ]
|
|
|
|
type: double precision
|
|
|
|
doc: |MO| occupation numbers
|
|
|
|
interface: ezfio
|
|
|
|
size: (mo_basis.mo_num)
|
|
|
|
|
|
|
|
[mo_class]
|
|
|
|
type: MO_class
|
|
|
|
doc: [ Core | Inactive | Active | Virtual | Deleted ], as defined by :ref:`qp_set_mo_class`
|
2019-10-24 21:41:54 +02:00
|
|
|
interface: ezfio
|
2019-01-25 11:39:31 +01:00
|
|
|
size: (mo_basis.mo_num)
|
|
|
|
|
|
|
|
[ao_md5]
|
|
|
|
type: character*(32)
|
|
|
|
doc: MD5 checksum characterizing the |AO| basis set.
|
|
|
|
interface: ezfio
|