2014-04-03 16:23:27 +02:00
|
|
|
==========
|
|
|
|
AOs Module
|
|
|
|
==========
|
|
|
|
|
2014-04-10 22:07:04 +02:00
|
|
|
This module describes the atomic orbitals basis set.
|
|
|
|
|
|
|
|
An atomic orbital :math:`\chi` centered on nucleus A is represented as:
|
|
|
|
|
|
|
|
.. math::
|
|
|
|
|
|
|
|
\chi_i({\bf r}) = (x-X_A)^a (y-Y_A)^b (z-Z_A)^c \sum_k c_{ki} e^{-\gamma_{ki} |{\bf r} - {\bf R}_A|^2}
|
|
|
|
|
|
|
|
|
|
|
|
The AO coefficients are normalized as:
|
|
|
|
|
|
|
|
.. math::
|
|
|
|
|
|
|
|
{\tilde c}_{ki} = \frac{c_{ki}}{ \int \left( (x-X_A)^a (y-Y_A)^b (z-Z_A)^c e^{-\gamma_{ki} |{\bf r} - {\bf R}_A|^2} \right)^2} dr
|
|
|
|
|
|
|
|
Assumptions
|
|
|
|
===========
|
|
|
|
|
|
|
|
.. Do not edit this section. It was auto-generated from the
|
2014-05-13 13:57:58 +02:00
|
|
|
.. NEEDED_MODULES file.
|
2014-04-10 22:07:04 +02:00
|
|
|
|
|
|
|
* The atomic orbitals are normalized:
|
|
|
|
|
|
|
|
.. math::
|
|
|
|
|
|
|
|
\int \left(\chi_i({\bf r}) \right)^2 dr = 1
|
|
|
|
|
2014-07-14 18:45:10 +02:00
|
|
|
* The AO coefficients in the EZFIO files are not necessarily normalized and are normalized after reading
|
2014-04-10 22:07:04 +02:00
|
|
|
* The AO coefficients and exponents are ordered in increasing order of exponents
|
|
|
|
|
|
|
|
|
2014-04-03 16:23:27 +02:00
|
|
|
Needed Modules
|
2014-04-04 00:41:43 +02:00
|
|
|
==============
|
|
|
|
|
|
|
|
.. Do not edit this section. It was auto-generated from the
|
|
|
|
.. NEEDED_MODULES file.
|
2014-04-03 16:23:27 +02:00
|
|
|
|
2014-04-04 00:47:13 +02:00
|
|
|
* `Ezfio_files <http://github.com/LCPQ/quantum_package/tree/master/src/Ezfio_files>`_
|
|
|
|
* `Nuclei <http://github.com/LCPQ/quantum_package/tree/master/src/Nuclei>`_
|
2014-05-14 00:01:31 +02:00
|
|
|
* `Output <http://github.com/LCPQ/quantum_package/tree/master/src/Output>`_
|
2014-04-04 00:47:13 +02:00
|
|
|
* `Utils <http://github.com/LCPQ/quantum_package/tree/master/src/Utils>`_
|
2014-04-03 16:23:27 +02:00
|
|
|
|
2014-05-13 13:57:58 +02:00
|
|
|
Documentation
|
|
|
|
=============
|
|
|
|
|
|
|
|
.. Do not edit this section. It was auto-generated from the
|
|
|
|
.. NEEDED_MODULES file.
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`ao_coef <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L21>`_
|
|
|
|
Coefficients, exponents and powers of x,y and z
|
2014-05-13 13:57:58 +02:00
|
|
|
ao_coef(i,j) = coefficient of the jth primitive on the ith ao
|
|
|
|
|
2014-06-25 14:58:58 +02:00
|
|
|
`ao_coef_transp <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L96>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Transposed ao_coef and ao_expo
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`ao_expo <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L20>`_
|
|
|
|
Coefficients, exponents and powers of x,y and z
|
2014-05-13 13:57:58 +02:00
|
|
|
ao_coef(i,j) = coefficient of the jth primitive on the ith ao
|
|
|
|
|
2014-06-25 14:58:58 +02:00
|
|
|
`ao_expo_transp <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L97>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Transposed ao_coef and ao_expo
|
|
|
|
|
2014-06-25 14:58:58 +02:00
|
|
|
`ao_nucl <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L146>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Index of the nuclei on which the ao is centered
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`ao_num <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L1>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Number of atomic orbitals
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`ao_num_align <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L2>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Number of atomic orbitals
|
|
|
|
|
2014-05-14 00:01:31 +02:00
|
|
|
`ao_power <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L19>`_
|
|
|
|
Coefficients, exponents and powers of x,y and z
|
2014-05-13 13:57:58 +02:00
|
|
|
ao_coef(i,j) = coefficient of the jth primitive on the ith ao
|
|
|
|
|
2014-06-25 14:58:58 +02:00
|
|
|
`ao_prim_num <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L114>`_
|
2014-05-13 13:57:58 +02:00
|
|
|
Number of primitives per atomic orbital
|
|
|
|
|
2014-06-25 14:58:58 +02:00
|
|
|
`ao_prim_num_max <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L136>`_
|
2014-05-14 00:07:58 +02:00
|
|
|
Undocumented
|
|
|
|
|
2014-06-25 14:58:58 +02:00
|
|
|
`ao_prim_num_max_align <http://github.com/LCPQ/quantum_package/tree/master/src/AOs/aos.irp.f#L137>`_
|
2014-05-14 00:07:58 +02:00
|
|
|
Undocumented
|
|
|
|
|
2014-05-13 13:57:58 +02:00
|
|
|
|
|
|
|
|