Skip to content

Commit

Permalink
doc: Reflect removal of 'real' and 'complex' namespaces in the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
krivenko committed Sep 28, 2020
1 parent 6541c45 commit 15b7407
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 223 deletions.
4 changes: 2 additions & 2 deletions doc/expression/expression.rst
Original file line number Diff line number Diff line change
Expand Up @@ -511,8 +511,8 @@ taken to be different on odd and even chain links.
// Hamiltonian of the atomic chain
expression<double, int> H;
using static_indices::real::c_dag;
using static_indices::real::c;
using static_indices::c_dag;
using static_indices::c;
// Length of the chain
const int N = 10;
Expand Down
Loading

0 comments on commit 15b7407

Please sign in to comment.