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
The Abc triples defined in mrmustard.physics.triples uses Union for the outputs, I believe this should be Tuple instead
Union
Tuple
Use Tuple
100%
Mr Mustard: a differentiable bridge between phase space and Fock space. Copyright 2021 Xanadu Quantum Technologies Inc. Python version: 3.9.19 Platform info: Windows-10-10.0.19045-SP0 Installation path: c:\Users\jacob\miniconda3\envs\mrmustard_dev\lib\site-packages\mrmustard Mr Mustard version: 0.7.3 Numpy version: 1.26.4 Numba version: 0.59.1 Scipy version: 1.13.1 The Walrus version: 0.19.0 TensorFlow version: 2.16.1
No response
The text was updated successfully, but these errors were encountered:
haha yep! ^^'
Sorry, something went wrong.
No branches or pull requests
Before posting a bug report
Expected behavior
The Abc triples defined in mrmustard.physics.triples uses
Union
for the outputs, I believe this should beTuple
insteadActual behavior
Use
Tuple
Reproduces how often
100%
System information
Source code
No response
Tracebacks
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: