From 067faae6ab4e7147c2ca5c0813ca60efc27af4cb Mon Sep 17 00:00:00 2001 From: AbdAmmar <59544987+AbdAmmar@users.noreply.github.com> Date: Tue, 15 Oct 2024 01:09:49 +0200 Subject: [PATCH] Update README.rst in ao_basis --- src/ao_basis/README.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/ao_basis/README.rst b/src/ao_basis/README.rst index 6adfdd82..6b9e6c07 100644 --- a/src/ao_basis/README.rst +++ b/src/ao_basis/README.rst @@ -30,3 +30,16 @@ the two electron integrals. +Complex Gaussian-Type Orbitals (cGTOs) +===================================== + +Complex Gaussian-Type Orbitals (cGTOs) are also supported: + +.. math:: + + \chi_i(\mathbf{r}) = x^a y^b z^c \sum_k c_{ki} \left( e^{-\alpha_{ki} \mathbf{r}^2 - \imath \mathbf{k}_{ki} \cdot \mathbf{r} - \imath \phi_{ki}} + \text{C.C.} \right) + +where: + - :math:`\alpha \in \mathbb{C}` and :math:`\Re(\alpha) > 0` (specified by ``ao_expo`` and ``ao_expo_im_cgtos``), + - :math:`\mathbf{k} = (k_x, k_y, k_z) \in \mathbb{R}^3` (specified by ``ao_expo_pw``), + - :math:`\phi = \phi_x + \phi_y + \phi_z \in \mathbb{R}` (specified by ``ao_expo_phase``).