-
Notifications
You must be signed in to change notification settings - Fork 1
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
Support conversion to/from ITensors.jl and ITensorNetworks.jl #200
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #200 +/- ##
==========================================
- Coverage 72.73% 72.46% -0.28%
==========================================
Files 27 31 +4
Lines 1944 1990 +46
==========================================
+ Hits 1414 1442 +28
- Misses 530 548 +18 ☔ View full report in Codecov by Sentry. |
@starsfordummies would you mind checking this conversions with some code of your own? You can just activate a temporary environment and add this version of Tenet with ]add Tenet#integration-itensornetworks @jofrevalles I've added a |
I can test stuff, if you tell me what I should test! anyway, works for ITensor with data, breaks down with empty ITensor,
for MPS I don't know how to do it, with random attempts I was able to get it to do something but I don't know if that's the intended way
|
ups, sorry 😬😅
this is... kind of expected. what can we do with sth that doesn't even have an eltype?
yeah, MPS is not yet supported because I haven't add support for i will once we have refactored |
CC @JoeyT1994
To do
ITensor
toTensor
Tensor
toITensor
ITensorNetwork
toTensorNetwork
TensorNetwork
toITensorNetwork
ITensorNetwork
toQuantum
Quantum
toITensorNetwork