10
0
mirror of https://github.com/LCPQ/quantum_package synced 2024-06-30 00:44:28 +02:00
quantum_package/plugins/MRCC_CASSD/README.rst

162 lines
5.0 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-07-13 18:00:38 +02:00
MRCC as a coupled cluster on a CAS+SD wave function.
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-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.
`ci_eigenvectors_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L76>`_
2015-06-04 12:09:28 +02:00
Eigenvectors/values of the CI matrix
`ci_eigenvectors_s2_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L77>`_
2015-06-04 12:09:28 +02:00
Eigenvectors/values of the CI matrix
`ci_electronic_energy_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L75>`_
2015-06-04 12:09:28 +02:00
Eigenvectors/values of the CI matrix
`ci_energy_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L142>`_
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
`davidson_diag_hjj_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/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-05-26 21:37:17 +02:00
`davidson_diag_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/davidson.irp.f#L1>`_
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
`delta_ii <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L39>`_
2015-06-04 12:09:28 +02:00
Dressing matrix in N_det basis
`delta_ij <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L38>`_
Dressing matrix in N_det basis
2015-06-04 12:09:28 +02:00
`diagonalize_ci_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L157>`_
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-03 14:42:55 +02:00
`find_triples_and_quadruples <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/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/H_apply.irp.f_shell_27#L416>`_
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.
`h_apply_mrcc_diexc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/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/H_apply.irp.f_shell_27#L268>`_
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.
`h_matrix_dressed <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L50>`_
2015-06-04 12:09:28 +02:00
Dressed H with Delta_ij
`h_u_0_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/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-07-03 14:42:55 +02:00
`lambda_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L1>`_
cm/<Psi_0|H|D_m> or perturbative 1/Delta_E(m)
2015-04-13 10:44:49 +02:00
2015-07-03 14:42:55 +02:00
`lambda_pert <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_utils.irp.f#L2>`_
cm/<Psi_0|H|D_m> or perturbative 1/Delta_E(m)
2015-06-30 10:10:38 +02:00
2015-06-04 12:09:28 +02:00
`mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc.irp.f#L1>`_
2015-04-13 10:44:49 +02:00
Undocumented
`mrcc_dress <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_dress.irp.f#L15>`_
Undocumented
2015-06-04 12:09:28 +02:00
2015-07-03 14:42:55 +02:00
`mrcc_dress_simple <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_dress.irp.f#L160>`_
2015-04-13 10:44:49 +02:00
Undocumented
2015-06-04 12:09:28 +02:00
2015-04-13 10:44:49 +02:00
`psi_cas_lock <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc_dress.irp.f#L3>`_
Locks on CAS determinants to fill delta_ij
2015-06-04 12:09:28 +02:00
`run <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc.irp.f#L10>`_
Undocumented
2015-04-13 10:44:49 +02:00
2015-06-04 12:09:28 +02:00
`run_mrcc <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc.irp.f#L42>`_
Undocumented
2015-04-13 10:44:49 +02:00
2015-06-04 12:09:28 +02:00
`run_mrcc_test <http://github.com/LCPQ/quantum_package/tree/master/src/MRCC/mrcc.irp.f#L29>`_
Undocumented
2015-04-13 10:44:49 +02:00