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
Steps to reproduce:
.mrsim
PATHNAME
import mrsimulator sim, processors, _ = mrsimulator.load("PATHNAME") # sim.config.decompose_spectrum = "spin_system" sim.run() for processor, method in zip(processors, sim.methods): processed_data = processor.apply_operations(method.simulation).real
Expected behavior: Downloaded data is simulated and processed without error
Observed behavior: The last line throws IndexError: list index out of range error
IndexError: list index out of range
Note: If line 4 is uncommented then the code runs without error
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to reproduce:
.mrsim
filePATHNAME
with downloaded file pathname run the following codeExpected behavior:
Downloaded data is simulated and processed without error
Observed behavior:
The last line throws
IndexError: list index out of range
errorNote: If line 4 is uncommented then the code runs without error
The text was updated successfully, but these errors were encountered: