Skip to content

Commit

Permalink
Merge pull request #57 from danclaudino/cutensornet_plugin
Browse files Browse the repository at this point in the history
Added visitor header to CuTensorNetAccelerator
  • Loading branch information
danclaudino authored Dec 10, 2024
2 parents 3649616 + 7d4fb9f commit 83e5e16
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions quantum/plugins/cutensornet/CuTensorNetAccelerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
* Contributors:
* Daniel Claudino - initial API and implementation
*******************************************************************************/
#include "CuTensorNetVisitor.hpp"
#include "CuTensorNetAccelerator.hpp"
#include "xacc_plugin.hpp"
#include "IRUtils.hpp"
Expand Down
2 changes: 1 addition & 1 deletion quantum/plugins/cutensornet/CuTensorNetAccelerator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
*******************************************************************************/
#pragma once
#include "xacc.hpp"
#include "CuTensorNetHandles.hpp"
#include "CuTensorNetHelper.hpp"
#include "PauliOperator.hpp"

namespace xacc {
Expand Down
2 changes: 1 addition & 1 deletion quantum/plugins/cutensornet/CuTensorNetVisitor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <complex>
#include <vector>
#include <cmath>
#include "CuTensorNetHandles.hpp"
#include "CuTensorNetHelper.hpp"

using namespace xacc;
using namespace xacc::quantum;
Expand Down

0 comments on commit 83e5e16

Please sign in to comment.