GQCP
Loading...
Searching...
No Matches
Namespaces | Functions
transform.hpp File Reference
#include "Basis/SpinorBasis/RSpinOrbitalBasis.hpp"
#include "Basis/SpinorBasis/USpinOrbitalBasis.hpp"
#include "Operator/SecondQuantized/SQHamiltonian.hpp"
#include "QuantumChemical/Spin.hpp"
Include dependency graph for transform.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  GQCP
 

Functions

template<typename TransformationType , typename TransformableType >
void GQCP::transform (const TransformationType &T, TransformableType &transformable)
 
template<typename TransformationType , typename First , typename... Others>
void GQCP::transform (const TransformationType &T, First &first, Others &... others)
 
template<typename RotationType , typename RotatableType >
void GQCP::rotate (const RotationType &U, RotatableType &rotatable)
 
template<typename RotationType , typename First , typename... Others>
void GQCP::rotate (const RotationType &U, First &first, Others &... others)