Differences
This shows you the differences between two versions of the page.
documentation:language_reference:objects:wavefunction:start [2016/09/25 14:20] – created Maurits W. Haverkort | documentation:language_reference:objects:wavefunction:start [2016/10/10 09:41] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Wavefunction ====== | ||
+ | ### | ||
+ | Wavefunctions define a quantum mechanical many electron state. Wavefunctions can be written as weighted sums over Slater determinants and Slater determinants are antisymmetric products of one particle wavefunctions or spin-orbitals. | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | When possible we use $\tau$ as the index referring to different spin-orbitals, | ||
+ | $$ | ||
+ | |\varphi_{\tau}(\vec{r})\rangle = a^{\dagger}_{\tau}|0\rangle | ||
+ | $$ | ||
+ | For a set of spin-orbitals $\tau\in D$ we can define subsets $D_i$ wich allows us to define single Slater determinants as: | ||
+ | $$ | ||
+ | |\phi_i\rangle = \Pi_{\tau \in D_i} a^{\dagger}_{\tau}|0\rangle, | ||
+ | $$ | ||
+ | where we used the variable phi to refer to a single Slater determinant and the dimension of the set $D_i$ determines the number of electrons in this Slater determinant. Many electron wavefunctions or states will be labeled by the letter psi and are defined as weighted sums over single Slater determinants. | ||
+ | $$ | ||
+ | \psi = \sum_i \alpha_i \phi_i | ||
+ | $$ | ||
+ | ### | ||
+ | |||
+ | ### | ||
+ | In Quanty states can be saved as sums over single Slater determinants on a given orbital basis. The wavefunction object stores these states using several optimizations. Some of the internal elements of the wavefunction object are exported and can be changed using the interface. The goal is to do most of the optimizations automatic and not have the user to think about data representations, | ||
+ | ### | ||
+ | |||
+ | ===== Table of contents ===== | ||
+ | {{indexmenu> |