Skip to content

Commit

Permalink
Documentation typo, wrong image
Browse files Browse the repository at this point in the history
  • Loading branch information
Krastanov committed Jun 9, 2022
1 parent e23b6a1 commit fa31690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/canonicalization.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ using Random; Random.seed!(1); using QuantumClifford, QuantumCliffordPlots, Plot
plot(canonicalize_clip!(random_stabilizer(30)); xzcomponents=:together)
savefig("plot-clip-together.png"); nothing
```
![](plot-gottstab-together.png)
![](plot-clip-together.png)

The properties of the clipped gauge are:

Expand Down

2 comments on commit fa31690

@Krastanov
Copy link
Member Author

Choose a reason for hiding this comment

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

@JuliaRegistrator register

Release Notes:

  • Implement the clipped gauge canonicalization canonicalize_clip! and related functions.
  • Implement entanglement_entropy.

@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: "Tag with name v0.5.1 already exists and points to a different commit"

Please sign in to comment.