Skip to content

performance issue with qiskit 1.0 #14

@Zhaoyilunnn

Description

@Zhaoyilunnn

In qiskit, StatePreparation is treated as an instruction, and state vector is treated as parameters.
There are many parameter checking logic in qiskit.

In the initial version, I have extracted initialize as an independent module and modified some source code to avoid this issue.

However, after upgrading to qiskit 1.0, I find this difficult to extract because initialize is tightly coupled with QuantumCircuit, and some logic in append can cause issue.

Code pointers

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions