Skip to content

Commit

Permalink
Version 1.0.0-beta1
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco committed Oct 10, 2016
1 parent 1d4675b commit 4d70a2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified doc/quick.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/minimal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ using namespace qpp;
int main()
{
std::cout << "Hello Quantum++!\nThis is the |0> state:\n";
std::cout << disp(st.z0);
std::cout << disp(st.z0) << '\n';
}

0 comments on commit 4d70a2a

Please sign in to comment.