Skip to content

Commit

Permalink
fix example_project
Browse files Browse the repository at this point in the history
  • Loading branch information
KowerKoint authored and KowerKoint committed Feb 28, 2025
1 parent c46d35d commit 9a76258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example_project/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

int main() {
constexpr scaluq::Precision Prec = scaluq::Precision::F64;
constexpr scaluq::Space Space = scaluq::Space::Default;
constexpr scaluq::ExecutionSpace Space = scaluq::ExecutionSpace::Default;
scaluq::initialize();
{
scaluq::StateVector<Prec, Default> state(2);
scaluq::StateVector<Prec, Space> state(2);
std::cout << state << std::endl;
}
scaluq::finalize();
Expand Down

0 comments on commit 9a76258

Please sign in to comment.