Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 4f8b949b authored by frey_m's avatar frey_m
Browse files

RealDiracMatrix: fix header includes

parent a9d242c2
No related branches found
No related tags found
1 merge request!393Resolve "Matched Distribution: Not matched?"
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment