-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix drawing of stabilizer graph for zero syndrome (#9)
* Fix drawing of stabilizer graph for zero syndrome * Ran black * Fix docstring Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com> * Fix docstring Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com> * Remove unused 'code' argument * Update stabilizer_graph.py * Generalize stab graph edge weights assignement * Add conversion to nx and default drawing to rx * Update flamingpy/codes/graphs/stabilizer_graph.py Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com> * Update flamingpy/codes/graphs/stabilizer_graph.py Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com> * Add check for high low nodes before setting weight * Ran formatter * Update flamingpy/codes/graphs/stabilizer_graph.py Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com> * Fix rx edge weight function * Update flamingpy/codes/graphs/stabilizer_graph.py Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com> * Remove code argument for shortest path * Ran formatter * Update stabilizer_graph.py * Run black, docformatter * Update _version.py Co-authored-by: maxtremblay <m@xtremblay.ca> Co-authored-by: ilan-tz <57886357+ilan-tz@users.noreply.github.com>
- Loading branch information
1 parent
bd85114
commit b905698
Showing
7 changed files
with
121 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,4 +15,4 @@ | |
"""Version number (major.minor.patch[label])""" | ||
|
||
|
||
__version__ = "0.5.0a2" | ||
__version__ = "0.6.0a3" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.