10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-07-03 09:55:59 +02:00
quantum_package/plugins/MRCC_Utils/README.rst

169 lines
5.5 KiB
ReStructuredText
Raw Normal View History

2015-04-10 19:32:35 +02:00
===========
MRCC Module
===========
2015-04-02 10:13:33 +02:00
2015-04-10 19:32:35 +02:00
Needed Modules
==============
2015-04-01 13:23:02 +02:00
2015-04-13 10:44:49 +02:00
.. Do not edit this section. It was auto-generated from the
2015-06-04 12:09:28 +02:00
.. by the `update_README.py` script.
2015-04-13 10:44:49 +02:00
2015-06-02 18:17:59 +02:00
.. image:: tree_dependency.png
2015-04-13 10:44:49 +02:00
* `Perturbation <http://github.com/LCPQ/quantum_package/tree/master/src/Perturbation>`_
* `Selectors_full <http://github.com/LCPQ/quantum_package/tree/master/src/Selectors_full>`_
* `Generators_full <http://github.com/LCPQ/quantum_package/tree/master/src/Generators_full>`_
2015-07-13 18:00:38 +02:00
* `Psiref_Utils <http://github.com/LCPQ/quantum_package/tree/master/src/Psiref_Utils>`_
2015-04-13 10:44:49 +02:00
2015-04-10 19:32:35 +02:00
Documentation
=============
2015-04-13 10:44:49 +02:00
.. Do not edit this section. It was auto-generated from the
2015-06-04 12:09:28 +02:00
.. by the `update_README.py` script.
2015-09-08 15:29:05 +02:00
`ci_eigenvectors_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L166>`_
2015-06-04 12:09:28 +02:00
Eigenvectors/values of the CI matrix
2015-09-08 15:29:05 +02:00
`ci_eigenvectors_s2_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L167>`_
2015-06-04 12:09:28 +02:00
Eigenvectors/values of the CI matrix
2015-09-08 15:29:05 +02:00
`ci_electronic_energy_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L165>`_
2015-06-04 12:09:28 +02:00
Eigenvectors/values of the CI matrix
2015-09-08 15:29:05 +02:00
`ci_energy_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L232>`_
2015-06-04 12:09:28 +02:00
N_states lowest eigenvalues of the dressed CI matrix
2015-04-13 10:44:49 +02:00
2015-07-13 18:05:19 +02:00
`davidson_diag_hjj_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/davidson.irp.f#L56>`_
2015-05-26 21:37:17 +02:00
Davidson diagonalization with specific diagonal elements of the H matrix
.br
H_jj : specific diagonal H matrix elements to diagonalize de Davidson
.br
dets_in : bitmasks corresponding to determinants
.br
u_in : guess coefficients on the various states. Overwritten
on exit
.br
dim_in : leftmost dimension of u_in
.br
sze : Number of determinants
.br
N_st : Number of eigenstates
.br
iunit : Unit for the I/O
.br
Initial guess vectors are not necessarily orthonormal
2015-06-04 12:09:28 +02:00
2015-07-13 18:05:19 +02:00
`davidson_diag_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/davidson.irp.f#L1>`_
2015-05-26 21:37:17 +02:00
Davidson diagonalization.
.br
dets_in : bitmasks corresponding to determinants
.br
u_in : guess coefficients on the various states. Overwritten
on exit
.br
dim_in : leftmost dimension of u_in
.br
sze : Number of determinants
.br
N_st : Number of eigenstates
.br
iunit : Unit number for the I/O
.br
Initial guess vectors are not necessarily orthonormal
2015-06-04 12:09:28 +02:00
2015-09-08 15:29:05 +02:00
`delta_ii <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L104>`_
2015-06-04 12:09:28 +02:00
Dressing matrix in N_det basis
2015-09-08 15:29:05 +02:00
`delta_ij <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L103>`_
Dressing matrix in N_det basis
2015-06-04 12:09:28 +02:00
2015-09-08 15:29:05 +02:00
`diagonalize_ci_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L247>`_
2015-06-04 12:09:28 +02:00
Replace the coefficients of the CI states by the coefficients of the
eigenstates of the CI matrix
2015-07-13 18:05:19 +02:00
`find_triples_and_quadruples <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_dress.irp.f#L206>`_
2015-06-04 12:09:28 +02:00
Undocumented
`h_apply_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/H_apply.irp.f_shell_27#L422>`_
2015-06-04 12:09:28 +02:00
Calls H_apply on the HF determinant and selects all connected single and double
excitations (of the same symmetry). Auto-generated by the ``generate_h_apply`` script.
2015-07-13 18:05:19 +02:00
`h_apply_mrcc_diexc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/H_apply.irp.f_shell_27#L1>`_
2015-06-04 12:09:28 +02:00
Generate all double excitations of key_in using the bit masks of holes and
particles.
Assume N_int is already provided.
`h_apply_mrcc_monoexc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/H_apply.irp.f_shell_27#L273>`_
2015-06-04 12:09:28 +02:00
Generate all single excitations of key_in using the bit masks of holes and
particles.
Assume N_int is already provided.
2015-09-08 15:29:05 +02:00
`h_matrix_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L140>`_
2015-06-04 12:09:28 +02:00
Dressed H with Delta_ij
2015-07-13 18:05:19 +02:00
`h_u_0_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/davidson.irp.f#L360>`_
2015-05-26 21:37:17 +02:00
Computes v_0 = H|u_0>
.br
n : number of determinants
.br
H_jj : array of <j|H|j>
2015-04-13 10:44:49 +02:00
2015-09-08 15:29:05 +02:00
`lambda_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L5>`_
2015-07-03 14:42:55 +02:00
cm/<Psi_0|H|D_m> or perturbative 1/Delta_E(m)
2015-04-13 10:44:49 +02:00
2015-09-08 15:29:05 +02:00
`lambda_mrcc_tmp <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L81>`_
Undocumented
`lambda_pert <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L6>`_
2015-07-03 14:42:55 +02:00
cm/<Psi_0|H|D_m> or perturbative 1/Delta_E(m)
2015-06-30 10:10:38 +02:00
2015-07-13 18:05:19 +02:00
`mrcc_dress <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_dress.irp.f#L15>`_
2015-04-13 10:44:49 +02:00
Undocumented
2015-07-13 18:05:19 +02:00
`mrcc_dress_simple <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_dress.irp.f#L160>`_
2015-04-13 10:44:49 +02:00
Undocumented
2015-06-04 12:09:28 +02:00
`mrcc_iterations <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_general.irp.f#L7>`_
Undocumented
2015-09-08 15:29:05 +02:00
`oscillations <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L86>`_
Undocumented
`pert_determinants <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_utils.irp.f#L1>`_
Undocumented
2015-07-13 18:05:19 +02:00
`psi_ref_lock <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_dress.irp.f#L3>`_
2015-07-13 18:00:38 +02:00
Locks on ref determinants to fill delta_ij
2015-04-13 10:44:49 +02:00
2015-07-13 18:05:19 +02:00
`run_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_general.irp.f#L1>`_
2015-06-04 12:09:28 +02:00
Undocumented
2015-04-13 10:44:49 +02:00
2015-09-08 15:29:05 +02:00
`set_generators_bitmasks_as_holes_and_particles <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC_Utils/mrcc_general.irp.f#L69>`_
Undocumented