-
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
TensorNetwork.replace!
raises UndefVarError: P not defined
in Tenet v0.7.3
#190
Comments
Thanks for the report @marcosdiezgarcia! We're now on vacations so we won't be able to properly fix and publish a new version until early September. Meanwhile, you can get the bug fixed by defining the following in your code: Base.replace!(tn::TensorNetwork) = tn |
@marcosdiezgarcia The problem should be solved in v0.7.4 |
Thank you for resolving GitHub Issue #190<#190>.
Kind regards,
Marcos Diez García, PhD
Senior Researcher
Quantum Application Research (QAR)
Email: ***@***.******@***.***>
Find me: ORCID<https://orcid.org/0000-0003-2802-1287>, Google Scholar<https://scholar.google.com/citations?user=Pr9JjWIAAAAJ&hl=en&oi=ao>, LinkedIn<https://www.linkedin.com/in/marcos-diez-garcia>
Fujitsu Research of Europe Ltd
2nd floor (West), The Urban Building, 3-9 Albert Street, Slough SL1 2BE, United Kingdom
***@***.***<https://www.fujitsu.com/uk/about/local/corporate/subsidiaries/fle/>
From: Sergio Sánchez Ramírez ***@***.***>
Sent: Wednesday, September 4, 2024 4:09 PM
To: bsc-quantic/Tenet.jl ***@***.***>
Cc: Diez García, Marcos ***@***.***>; Mention ***@***.***>
Subject: Re: [bsc-quantic/Tenet.jl] `TensorNetwork.replace!` raises `UndefVarError: P not defined` in Tenet v0.7.3 (Issue #190)
@marcosdiezgarcia<https://github.com/marcosdiezgarcia> The problem should be solved in v0.7.4
—
Reply to this email directly, view it on GitHub<#190 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A3BMVOCMQZ4LVWLOQRRQ4YTZU4O7RAVCNFSM6AAAAABMXTW4YWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRZGMZDINRRGQ>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I tried to run the following code from the Julia REPL, using Tenet version 0.7.3, but raises an error
UndefVarError: 'P' not defined
:Stacktrace:
However, the above error does not occur in Tenet version 0.7.1.
I am running Julia version 1.9.3.
The text was updated successfully, but these errors were encountered: