We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcb0044 commit 0710e67Copy full SHA for 0710e67
runtime/nvqir/cutensornet/tn_simulation_state.h
@@ -7,14 +7,13 @@
7
******************************************************************************/
8
9
#pragma once
10
-#include <unordered_map>
11
+#include "common/SimulationState.h"
12
#include "cutensornet.h"
13
#include "tensornet_state.h"
14
#include "tensornet_utils.h"
15
#include "timing_utils.h"
16
-
17
-#include "common/SimulationState.h"
+#include <unordered_map>
18
19
namespace nvqir {
20
@@ -81,7 +80,7 @@ class TensorNetSimulationState : public cudaq::SimulationState {
81
80
return m_state->m_tensorOps;
82
}
83
84
- template <typename ScalarTy>
+ template <typename ScalarTy>
85
friend class SimulatorTensorNet;
86
87
protected:
0 commit comments