TeamGraphix / graphix

measurement-based quantum computing (MBQC) compiler and simulator
https://graphix.readthedocs.io
Apache License 2.0
64 stars 21 forks source link

Use PEP8 naming #199

Closed EarlMilktea closed 3 months ago

EarlMilktea commented 3 months ago

Description of the change:

Rename everything violating PEP8 naming convention.

codecov[bot] commented 3 months ago

Codecov Report

Attention: Patch coverage is 73.73913% with 151 lines in your changes missing coverage. Please review.

Project coverage is 76.26%. Comparing base (e15dee2) to head (0bc7d28). Report is 1 commits behind head on master.

Files Patch % Lines
graphix/visualization.py 3.37% 86 Missing :warning:
graphix/gflow.py 69.72% 33 Missing :warning:
graphix/pattern.py 88.39% 21 Missing :warning:
graphix/transpiler.py 95.23% 6 Missing :warning:
graphix/graphsim/basegraphstate.py 66.66% 2 Missing :warning:
graphix/sim/tensornet.py 66.66% 2 Missing :warning:
graphix/channels.py 0.00% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #199 +/- ## ========================================== + Coverage 76.19% 76.26% +0.06% ========================================== Files 37 37 Lines 5739 5739 ========================================== + Hits 4373 4377 +4 + Misses 1366 1362 -4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

shinich1 commented 3 months ago

@EarlMilktea thanks! please make sure docs build without error, and add a line or two to CHENGELOG.md.

EarlMilktea commented 3 months ago

@shinich1 Done!

shinich1 commented 3 months ago

@EarlMilktea please add in [unreleased] part.