We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I do a contraction in cytnx v1.0.0, I get some ouput that seems not necessary. For example
A=cytnx.UniTensor.ones([1,1]) B=cytnx.UniTensor.ones([1,1]) C=cytnx.Contract([A,B])
leads to the Ouptut
Setting root pointers from (T0,T1)
It seems this is caused by line 33 in contraction_tree.cpp:
contraction_tree.cpp
std::cout << "Setting root pointers from " << root->name << std::endl;
Can this be deleted?
It should be commented out in the official release as well.
The text was updated successfully, but these errors were encountered:
The issue has been solved (see #561 ).
Sorry, something went wrong.
No branches or pull requests
When I do a contraction in cytnx v1.0.0, I get some ouput that seems not necessary.
For example
leads to the Ouptut
It seems this is caused by line 33 in
contraction_tree.cpp
:Can this be deleted?
It should be commented out in the official release as well.
The text was updated successfully, but these errors were encountered: