Skip to content

Fix blueprint copy method wrong drawn name #14756

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Frank995
Copy link

@Frank995 Frank995 commented Jul 18, 2025

Fixes #14755

When copying a blueprint circuit by changing its name and drawing it, the displayed name is the old one. The problem lies in the circuit data name that is copied in read only mode, so we can't change it. This is a possible fix but probably it should be fixed at a lower level.

@Frank995 Frank995 requested a review from a team as a code owner July 18, 2025 09:01
@qiskit-bot qiskit-bot added the Community PR PRs from contributors that are not 'members' of the Qiskit repo label Jul 18, 2025
@qiskit-bot
Copy link
Collaborator

Thank you for opening a new pull request.

Before your PR can be merged it will first need to pass continuous integration tests and be reviewed. Sometimes the review process can be slow, so please be patient.

While you're waiting, please feel free to review other open PRs. While only a subset of people are authorized to approve pull requests for merging, everyone is encouraged to review open pull requests. Doing reviews helps reduce the burden on the core team and helps make the project's code better for everyone.

One or more of the following people are relevant to this code:

  • @Cryoris
  • @Qiskit/terra-core
  • @ajavadia

@CLAassistant
Copy link

CLAassistant commented Jul 18, 2025

CLA assistant check
All committers have signed the CLA.

@Frank995 Frank995 changed the title Fix blueprint copy method that doesn't update base_name Fix blueprint copy method wrong drawn name Jul 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Community PR PRs from contributors that are not 'members' of the Qiskit repo
Projects
None yet
Development

Successfully merging this pull request may close these issues.

After blueprint copy the displayed drawn name doesn't get applied
3 participants