Skip to content

Cannot set memory = True for Qiskit backends #225

Open
@guenp

Description

@guenp

@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, could you verify if the above workaround works for you?

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