Skip to content

Commit 0710e67

Browse files
committed
format
Signed-off-by: Eric Schweitz <[email protected]>
1 parent dcb0044 commit 0710e67

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

runtime/nvqir/cutensornet/tn_simulation_state.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,13 @@
77
******************************************************************************/
88

99
#pragma once
10-
#include <unordered_map>
1110

11+
#include "common/SimulationState.h"
1212
#include "cutensornet.h"
1313
#include "tensornet_state.h"
1414
#include "tensornet_utils.h"
1515
#include "timing_utils.h"
16-
17-
#include "common/SimulationState.h"
16+
#include <unordered_map>
1817

1918
namespace nvqir {
2019

@@ -81,7 +80,7 @@ class TensorNetSimulationState : public cudaq::SimulationState {
8180
return m_state->m_tensorOps;
8281
}
8382

84-
template <typename ScalarTy>
83+
template <typename ScalarTy>
8584
friend class SimulatorTensorNet;
8685

8786
protected:

0 commit comments

Comments
 (0)