Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implementation of ZW Diagram (#99) #104

Merged
merged 1 commit into from
Oct 7, 2023
Merged

Implementation of ZW Diagram (#99) #104

merged 1 commit into from
Oct 7, 2023

Conversation

exAClior
Copy link
Collaborator

@exAClior exAClior commented Oct 7, 2023

  • minimize exports to avoid naming collision

  • layout structure for zw diagram and adt

  • add more zw diagram constructor

  • finish implementing zw diagram

  • fixing naming conflict in past tests

  • correct half edge src and dst

  • add some feature of zw diagram

  • finish porting non graph modifying actions

  • device implementation plan

  • implement adding spider to ZW Diagram

  • add test for insert_spider!

  • save test for insert_spider!

  • fix split_edge

  • fix insert_spider!

  • add test except add_spider!

  • add test for adding fswap

  • add rem_spider

  • finish test for rem_spider!

  • check prev tests

  • temp fix doc, need to split

  • sort function according to modules

  • improve code quality

  • improve docs

* minimize exports to avoid naming collision

* layout structure for zw diagram and adt

* add more zw diagram constructor

* finish implementing zw diagram

* fixing naming conflict in past tests

* correct half edge src and dst

* add some feature of zw diagram

* finish porting non graph modifying actions

* device implementation plan

* implement adding spider to ZW Diagram

* add test for insert_spider!

* save test for insert_spider!

* fix split_edge

* fix insert_spider!

* add test except add_spider!

* add test for adding fswap

* add rem_spider

* finish test for rem_spider!

* check prev tests

* temp fix doc, need to split

* sort function according to modules

* improve code quality

* improve docs
@codecov
Copy link

codecov bot commented Oct 7, 2023

Codecov Report

Attention: 73 lines in your changes are missing coverage. Please review.

Files Coverage Δ
src/ZXCalculus.jl 100.00% <100.00%> (ø)
src/parameter.jl 77.67% <ø> (ø)
src/zw_adt.jl 75.00% <75.00%> (ø)
src/zw_diagram.jl 96.51% <96.51%> (ø)
src/zw_utils.jl 78.10% <78.10%> (ø)
src/planar_multigraph.jl 78.60% <47.29%> (-6.71%) ⬇️

... and 2 files with indirect coverage changes

📢 Thoughts on this report? Let us know!.

@exAClior exAClior merged commit 6d64afc into ys/docs-renaming Oct 7, 2023
15 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant