Skip to content

Commit

Permalink
Fix compile issues on VT's ARC cluster (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonathonMisiewicz authored Sep 12, 2024
1 parent 243aa2d commit 9dc7cd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/qforte/qubit_basis.h
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#include <cstdint>
#include <numeric>
#include <string>

Expand Down
1 change: 1 addition & 0 deletions src/qforte/sq_op_pool.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#ifndef _sq_op_pool_h_
#define _sq_op_pool_h_

#include <cstdint>
#include <complex>
#include <string>
#include <vector>
Expand Down

0 comments on commit 9dc7cd9

Please sign in to comment.