We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c296994 commit 9d07bffCopy full SHA for 9d07bff
src/qobj/energy_restricted.jl
@@ -43,7 +43,7 @@ julia> dims = (2, 2, 3);
43
julia> n_excitations = 3;
44
45
julia> EnrSpace(dims, n_excitations)
46
-EnrSpace((2, 2, 3), 3)
+EnrSpace([2, 2, 3], 3)
47
```
48
49
!!! warning "Beware of type-stability!"
0 commit comments