Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
refraction-ray committed Sep 7, 2024
1 parent 028160d commit 0bdde39
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 9 deletions.
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@
<a href="https://pypi.org/project/tensorcircuit-ng/">
<img src="https://img.shields.io/pypi/v/tensorcircuit-ng.svg?logo=pypi"/>
</a>
<!-- binder -->
<a href="https://mybinder.org/v2/gh/refraction-ray/tc-env/master?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Ftensorcircuit%252Ftensorcircuit-ng%26urlpath%3Dlab%252Ftree%252Ftensorcircuit%252F%26branch%3Dmaster">
<img src="https://mybinder.org/badge_logo.svg"/>
</a>
<!-- License -->
<a href="./LICENSE">
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?logo=apache"/>
Expand Down
4 changes: 0 additions & 4 deletions README_cn.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
<a href="https://pypi.org/project/tensorcircuit-ng/">
<img src="https://img.shields.io/pypi/v/tensorcircuit-ng.svg?logo=pypi"/>
</a>
<!-- binder -->
<a href="https://mybinder.org/v2/gh/refraction-ray/tc-env/master?urlpath=git-pull%3Frepo%3Dhttps%253A%252F%252Fgithub.com%252Ftensorcircuit%252Ftensorcircuit-ng%26urlpath%3Dlab%252Ftree%252Ftensorcircuit%252F%26branch%3Dmaster">
<img src="https://mybinder.org/badge_logo.svg"/>
</a>
<!-- License -->
<a href="./LICENSE">
<img src="https://img.shields.io/badge/license-Apache%202.0-blue.svg?logo=apache"/>
Expand Down
1 change: 0 additions & 1 deletion tensorcircuit/fgs.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ def onehot_matrix(i: int, j: int, N: int) -> Tensor:
# TODO(@refraction-ray): efficiency benchmark with jit
# TODO(@refraction-ray): FGS mixed state support?
# TODO(@refraction-ray): overlap?
# TODO(@refraction-ray): entanglement asymmetry
# TODO(@refraction-ray): fermionic logarithmic negativity


Expand Down

0 comments on commit 0bdde39

Please sign in to comment.