Skip to content

Support matrix-based QuantumCircuit to backend model conversion #64

Description

@mrossinek

What should we add?

Under the hood, the models in both, quimb and tenpy, store the MPO bond updates as matrices.
Therefore, it is possible to convert any QuantumCircuit object to a backend-supported model by converting each encountered gate to a matrix. This avoids the hard-coded list of gates to be supported in the LayerModel.from_quantum_circuit implementations (see e.g. #63 for an extension thereof).

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions