Skip to content

Commit

Permalink
documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adamglos92 committed Jul 11, 2019
1 parent 4b98b84 commit 70815d4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/demoralization.jl
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,6 @@ julia> v1, v2, v3 = vlist(vset)
0.0+0.0im 3.0+0.0im 3.0+0.0im 0.0+0.0im
```
"""

function nm_lind(A::AbstractMatrix{<:Number},
lindbladians::Dict{Int, <:AbstractMatrix{<:Number}};
epsilon::Real = eps())
Expand Down Expand Up @@ -327,7 +326,6 @@ julia> nm_glob_ham(A, Dict((v1, v2) =>2*ones(1, 2), (v2, v3) =>[1im 2im;]')) |>
0.0+0.0im 0.0-1.0im 0.0-2.0im 0.0+0.0im
```
"""

function nm_glob_ham(A::AbstractMatrix{<:Number},
hamiltonians::Dict{Tuple{Int, Int}, <:AbstractMatrix{<:Number}};
epsilon::Real = eps())
Expand Down

2 comments on commit 70815d4

@adamglos92
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JuliaRegistrator
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Error while trying to register: Version 1.0.1 already exists

Please sign in to comment.