mirror of
https://github.com/LCPQ/quantum_package
synced 2024-11-08 15:13:52 +01:00
31 lines
644 B
INI
31 lines
644 B
INI
|
[mo_tot_num]
|
||
|
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
|