GQCP
|
#include <RTransformation.hpp>
Public Types | |
using | Scalar = _Scalar |
![]() | |
using | Scalar = _Scalar |
using | DerivedTransformation = RTransformation< _Scalar > |
using | Self = SimpleTransformation< Scalar, DerivedTransformation > |
using | JacobiRotationType = JacobiRotation |
using | OrbitalRotationGeneratorType = typename OrbitalRotationGeneratorTraits< DerivedTransformation >::OrbitalRotationGenerators |
![]() | |
using | Transformation = typename BasisTransformableTraits< Type >::Transformation |
![]() | |
using | JacobiRotationType = typename JacobiRotatableTraits< T >::JacobiRotationType |
A 'restricted' basis transformation, i.e. a spin-orbital basis transformation where the transformation is applied equally to the alpha- and beta-spin-orbitals.
In general, we adopt the convention outlined in (https://gqcg-res.github.io/knowdes/spinor-transformations.html), where the new orbitals' coefficients can be found in the respective column of the related transformation matrix.
_Scalar | The scalar type used for a transformation coefficient: real or complex. |
using GQCP::RTransformation< _Scalar >::Scalar = _Scalar |