GQCP
Loading...
Searching...
No Matches
PureSpinResolved2DMComponent.hpp
Go to the documentation of this file.
1// This file is part of GQCG-GQCP.
2//
3// Copyright (C) 2017-2020 the GQCG developers
4//
5// GQCG-GQCP is free software: you can redistribute it and/or modify
6// it under the terms of the GNU Lesser General Public License as published by
7// the Free Software Foundation, either version 3 of the License, or
8// (at your option) any later version.
9//
10// GQCG-GQCP is distributed in the hope that it will be useful,
11// but WITHOUT ANY WARRANTY; without even the implied warranty of
12// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13// GNU Lesser General Public License for more details.
14//
15// You should have received a copy of the GNU Lesser General Public License
16// along with GQCG-GQCP. If not, see <http://www.gnu.org/licenses/>.
17
18#pragma once
19
20
24
25
26namespace GQCP {
27
28
34template <typename _Scalar>
36 public Simple2DM<_Scalar, PureSpinResolved2DMComponent<_Scalar>> {
37public:
38 // The scalar type used for a density matrix element: real or complex.
39 using Scalar = _Scalar;
40
41
42public:
43 /*
44 * MARK: Constructors
45 */
46
47 // Inherit `Simple2DM`'s constructors.
49};
50
51
52/*
53 * MARK: `DensityMatrixTraits`
54 */
55
59template <typename Scalar>
61
62 // The type of transformation that is naturally associated to a component of a spin-resolved 2-DM.
64
65 // The type of the one-electron density matrix that is naturally related to an `PureSpinResolved2DMComponent`.
67};
68
69
70/*
71 * MARK: BasisTransformableTraits
72 */
73
77template <typename Scalar>
79
80 // The type of transformation that is naturally associated to a component of a spin-resolved 2-DM.
82};
83
84
85/*
86 * MARK: JacobiRotatableTraits
87 */
88
92template <typename Scalar>
94
95 // The type of Jacobi rotation for which the Jacobi rotation should be defined.
97};
98
99
100} // namespace GQCP
Definition: JacobiRotation.hpp:33
Definition: PureSpinResolved2DMComponent.hpp:36
_Scalar Scalar
Definition: PureSpinResolved2DMComponent.hpp:39
Definition: Simple2DM.hpp:47
Definition: SpinResolved1DMComponent.hpp:41
Definition: BaseOneElectronIntegralBuffer.hpp:25
Definition: BasisTransformable.hpp:37
Definition: DensityMatrixTraits.hpp:28
Definition: JacobiRotatable.hpp:37