Skip to content

Cannot set memory = True for Qiskit backends #225

Description

Saketh Chandra (@Saketh-Chandra) tried to submit a job to the Honeywell API validator and was not able to run the below code:

backend.run(circuit, memory=True)

This threw an error saying that JobDetails has no parameter memory.
We need to add memory as an input argument to HoneywellBackend.run, or pop these configuration parameters from the kwargs.

A potential workaround would be to override backend.configuration:

backend._configuration.memory = True

Saketh Chandra (@Saketh-Chandra), could you verify if the above workaround works for you?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    azure-quantumbugSomething isn't workingpythonPull requests that update Python codeqiskitA Qiskit issue

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions