2015-06-17 18:22:08 +02:00
|
|
|
===================
|
|
|
|
Hartree-Fock Module
|
|
|
|
===================
|
|
|
|
|
|
|
|
From the 140 molecules of the G2 set, only LiO, ONa don't converge well.
|
|
|
|
|
|
|
|
Needed Modules
|
|
|
|
==============
|
|
|
|
|
2015-07-28 16:45:45 +02:00
|
|
|
.. Do not edit this section It was auto-generated
|
2015-06-17 18:22:08 +02:00
|
|
|
.. by the `update_README.py` script.
|
|
|
|
|
2015-07-16 14:25:20 +02:00
|
|
|
.. image:: tree_dependency.png
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
* `Integrals_Bielec <http://github.com/LCPQ/quantum_package/tree/master/src/Integrals_Bielec>`_
|
|
|
|
* `MOGuess <http://github.com/LCPQ/quantum_package/tree/master/src/MOGuess>`_
|
|
|
|
|
2015-07-28 17:02:00 +02:00
|
|
|
Needed Modules
|
|
|
|
==============
|
|
|
|
.. Do not edit this section It was auto-generated
|
|
|
|
.. by the `update_README.py` script.
|
|
|
|
|
|
|
|
|
|
|
|
.. image:: tree_dependency.png
|
|
|
|
|
|
|
|
* `Integrals_Bielec <http://github.com/LCPQ/quantum_package/tree/master/src/Integrals_Bielec>`_
|
|
|
|
* `MOGuess <http://github.com/LCPQ/quantum_package/tree/master/src/MOGuess>`_
|
2016-09-22 12:15:20 +02:00
|
|
|
* `Bitmask <http://github.com/LCPQ/quantum_package/tree/master/src/Bitmask>`_
|
2015-07-28 17:02:00 +02:00
|
|
|
|
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
.. Do not edit this section It was auto-generated
|
|
|
|
.. by the `update_README.py` script.
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`ao_bi_elec_integral_alpha <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L102>`_
|
2015-07-28 17:02:00 +02:00
|
|
|
Alpha Fock matrix in AO basis set
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`ao_bi_elec_integral_beta <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L103>`_
|
2015-07-28 17:02:00 +02:00
|
|
|
Alpha Fock matrix in AO basis set
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`create_guess <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/SCF_old.irp.f#L13>`_
|
2017-10-27 12:20:00 +02:00
|
|
|
Create a MO guess if no MOs are present in the EZFIO directory
|
2015-07-28 17:02:00 +02:00
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`damping_scf <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/damping_SCF.irp.f#L1>`_
|
2015-07-28 17:02:00 +02:00
|
|
|
Undocumented
|
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`diagonal_fock_matrix_mo <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/diagonalize_fock.irp.f#L1>`_
|
2015-07-28 17:02:00 +02:00
|
|
|
Diagonal Fock matrix in the MO basis
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`diagonal_fock_matrix_mo_sum <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/diagonalize_fock.irp.f#L105>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
diagonal element of the fock matrix calculated as the sum over all the interactions
|
|
|
|
with all the electrons in the RHF determinant
|
|
|
|
diagonal_Fock_matrix_mo_sum(i) = sum_{j=1, N_elec} 2 J_ij -K_ij
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`eigenvalues_fock_matrix_ao <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/DIIS.irp.f#L73>`_
|
|
|
|
Eigenvalues and eigenvectors of the Fock matrix over the AO basis
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`eigenvectors_fock_matrix_ao <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/DIIS.irp.f#L74>`_
|
|
|
|
Eigenvalues and eigenvectors of the Fock matrix over the AO basis
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`eigenvectors_fock_matrix_mo <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/diagonalize_fock.irp.f#L2>`_
|
|
|
|
Diagonal Fock matrix in the MO basis
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`extrapolate_fock_matrix <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Roothaan_Hall_SCF.irp.f#L148>`_
|
2017-10-27 12:20:00 +02:00
|
|
|
Compute the extrapolated Fock matrix using the DIIS procedure
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`fock_matrix_ao <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L299>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Fock matrix in AO basis set
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`fock_matrix_ao_alpha <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L84>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Alpha Fock matrix in AO basis set
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`fock_matrix_ao_beta <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L85>`_
|
|
|
|
Alpha Fock matrix in AO basis set
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`fock_matrix_diag_mo <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L2>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Fock matrix on the MO basis.
|
|
|
|
For open shells, the ROHF Fock Matrix is
|
|
|
|
.br
|
|
|
|
| F-K | F + K/2 | F |
|
|
|
|
|---------------------------------|
|
|
|
|
| F + K/2 | F | F - K/2 |
|
|
|
|
|---------------------------------|
|
|
|
|
| F | F - K/2 | F + K |
|
|
|
|
.br
|
|
|
|
F = 1/2 (Fa + Fb)
|
|
|
|
.br
|
|
|
|
K = Fb - Fa
|
|
|
|
.br
|
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`fock_matrix_mo <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L1>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Fock matrix on the MO basis.
|
|
|
|
For open shells, the ROHF Fock Matrix is
|
|
|
|
.br
|
|
|
|
| F-K | F + K/2 | F |
|
|
|
|
|---------------------------------|
|
|
|
|
| F + K/2 | F | F - K/2 |
|
|
|
|
|---------------------------------|
|
|
|
|
| F | F - K/2 | F + K |
|
|
|
|
.br
|
|
|
|
F = 1/2 (Fa + Fb)
|
|
|
|
.br
|
|
|
|
K = Fb - Fa
|
|
|
|
.br
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`fock_matrix_mo_alpha <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L261>`_
|
|
|
|
Fock matrix on the MO basis
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`fock_matrix_mo_beta <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L271>`_
|
2017-10-27 12:20:00 +02:00
|
|
|
Fock matrix on the MO basis
|
|
|
|
|
|
|
|
|
|
|
|
`fps_spf_matrix_ao <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/DIIS.irp.f#L15>`_
|
|
|
|
Commutator FPS - SPF
|
|
|
|
|
|
|
|
|
|
|
|
`fps_spf_matrix_mo <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/DIIS.irp.f#L63>`_
|
|
|
|
Commutator FPS - SPF in MO basis
|
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`guess <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Huckel_guess.irp.f#L1>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Undocumented
|
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`hf_density_matrix_ao <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/HF_density_matrix_ao.irp.f#L27>`_
|
2019-02-05 21:59:26 +01:00
|
|
|
S^{-1}.P.S^{-1} where P = C.C^t
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`hf_density_matrix_ao_alpha <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/HF_density_matrix_ao.irp.f#L1>`_
|
2019-02-05 21:59:26 +01:00
|
|
|
S^{-1}.P_alpha.S^{-1}
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`hf_density_matrix_ao_beta <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/HF_density_matrix_ao.irp.f#L14>`_
|
2019-02-05 21:59:26 +01:00
|
|
|
S^{-1}.P_beta.S^{-1}
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`hf_energy <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Fock_matrix.irp.f#L280>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Hartree-Fock energy
|
|
|
|
|
|
|
|
|
2015-07-28 17:31:54 +02:00
|
|
|
`huckel_guess <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/huckel.irp.f#L1>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Build the MOs using the extended Huckel model
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`level_shift <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L40>`_
|
2015-11-25 03:05:49 +01:00
|
|
|
Energy shift on the virtual MOs to improve SCF convergence
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`localize_mos <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/localize_mos.irp.f#L1>`_
|
|
|
|
Undocumented
|
|
|
|
|
|
|
|
|
|
|
|
`max_dim_diis <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L6>`_
|
|
|
|
Maximum size of the DIIS extrapolation procedure
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`mo_guess_type <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L108>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Initial MO guess. Can be [ Huckel | HCore ]
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`n_it_scf_max <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L210>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Maximum number of SCF iterations
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`no_oa_or_av_opt <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L176>`_
|
2016-09-22 12:15:20 +02:00
|
|
|
If true, skip the (inactive+core) --> (active) and the (active) --> (virtual) orbital rotations within the SCF procedure
|
|
|
|
|
|
|
|
|
2017-10-27 12:20:00 +02:00
|
|
|
`roothaan_hall_scf <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/Roothaan_Hall_SCF.irp.f#L1>`_
|
|
|
|
Roothaan-Hall algorithm for SCF Hartree-Fock calculation
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`run <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/SCF_old.irp.f#L37>`_
|
2015-06-17 18:22:08 +02:00
|
|
|
Run SCF calculation
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`scf <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/SCF_old.irp.f#L1>`_
|
2015-07-15 11:00:23 +02:00
|
|
|
Produce `Hartree_Fock` MO orbital
|
|
|
|
output: mo_basis.mo_tot_num mo_basis.mo_label mo_basis.ao_md5 mo_basis.mo_coef mo_basis.mo_occ
|
|
|
|
output: hartree_fock.energy
|
|
|
|
optional: mo_basis.mo_coef
|
2015-06-17 18:22:08 +02:00
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`scf_algorithm <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L142>`_
|
2017-10-27 12:20:00 +02:00
|
|
|
Type of SCF algorithm used. Possible choices are [ Simple | DIIS]
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`thresh_scf <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L244>`_
|
2017-10-27 12:20:00 +02:00
|
|
|
Threshold on the convergence of the Hartree Fock energy.
|
|
|
|
|
|
|
|
|
2019-02-05 21:59:26 +01:00
|
|
|
`threshold_diis <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/ezfio_interface.irp.f#L74>`_
|
2017-10-27 12:20:00 +02:00
|
|
|
Threshold on the convergence of the DIIS error vector during a Hartree-Fock calculation. If 0. is chosen, the square root of thresh_scf will be used.
|
|
|
|
|
|
|
|
|
|
|
|
`threshold_diis_nonzero <http://github.com/LCPQ/quantum_package/tree/master/plugins/Hartree_Fock/DIIS.irp.f#L1>`_
|
|
|
|
If threshold_DIIS is zero, choose sqrt(thresh_scf)
|
|
|
|
|