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
Currently, QLM noisy simulation (atos-qlm Accelerator) is only available via direct SSH access to the QLM machine.
atos-qlm
This is due to the dependency on the qat package, which is only available on the QLM machine.
qat
Latest update from Atos:
QLM 1.5 (released in December 2021), myQLM Power Access supports noisy simulations.
See the attached pdf for an example.
For XACC, we just need to update the noisy simulator handle to use the one from qlmaas.
qlmaas
from qlmaas.qpus import NoisyQProc
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently, QLM noisy simulation (
atos-qlm
Accelerator) is only available via direct SSH access to the QLM machine.This is due to the dependency on the
qat
package, which is only available on the QLM machine.Latest update from Atos:
See the attached pdf for an example.
For XACC, we just need to update the noisy simulator handle to use the one from
qlmaas
.The text was updated successfully, but these errors were encountered: