-
Notifications
You must be signed in to change notification settings - Fork 14
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
Square root ising #76
Conversation
Thanks, nice to see that you can mostly make use of the existing |
@JoeyT1994 looks like this broke a BP test. |
Codecov Report
📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more @@ Coverage Diff @@
## main #76 +/- ##
==========================================
- Coverage 77.79% 77.59% -0.20%
==========================================
Files 61 61
Lines 3233 3241 +8
==========================================
Hits 2515 2515
- Misses 718 726 +8
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
Okay I see. I fixed it now with the latest commit. |
Maybe |
Thanks Joey, this will be very nice to have! |
Added Functions to
specialitensornetworks.jl
for creating the Tensor Network State corresponding to the square root of the classical ising partition function.Also:
i) Removed a repeated docstring.
ii) Specified the link_space argument in
ising_network
so it works for both an index network with siteinds and without.