Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
OPAL
src
Commits
4f8b949b
Commit
4f8b949b
authored
Jul 15, 2020
by
frey_m
Browse files
RealDiracMatrix: fix header includes
parent
a9d242c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
2 deletions
+1
-2
src/Distribution/RealDiracMatrix.cpp
src/Distribution/RealDiracMatrix.cpp
+1
-2
No files found.
src/Distribution/RealDiracMatrix.cpp
View file @
4f8b949b
...
...
@@ -26,6 +26,7 @@
#include "Utilities/OpalException.h"
#include <cmath>
#include <string>
#include "matrix_vector_operation.h"
RealDiracMatrix
::
RealDiracMatrix
()
:
NumOfRDMs
(
16
),
DimOfRDMs
(
4
)
{};
...
...
@@ -108,8 +109,6 @@ RealDiracMatrix::combine(const vector_t& coeffs) {
}
#include <iomanip>
void
RealDiracMatrix
::
diagonalize
(
matrix_t
&
Ms
,
sparse_matrix_t
&
R
,
sparse_matrix_t
&
invR
)
{
// R and invR store the total transformation
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment