Skip to content

QASM3 exporter with parameterized circuit support #146

@doichanj

Description

@doichanj

What should we add?

Qiskit C++ supports building parameterized circuits, but can not run them. One reason it does not support is QASM3 exporter implemented in QuantumCircuit class
(

std::string to_qasm3(void)
)
does not support parameterized circuit.

  • Move to_qasm3 function to outside of QuantumCircuit class (to other source file)
  • implement QASM3 exporter with parameter support

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions