Skip to content
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

merge dev into master #27

Merged
merged 82 commits into from
Jul 21, 2023
Merged

merge dev into master #27

merged 82 commits into from
Jul 21, 2023

Conversation

Zhaoyilunnn
Copy link
Collaborator

No description provided.

Zhaoyilunnn and others added 30 commits April 1, 2023 14:08
Optimize data copy from python to cpp
dag ; modify the test book for users
Optimize gate_to_node code
Added parameters for the pulse gate
…required positional arguments: 'time_func' and 'label'

fix 1: add back from_openqasm
1. Add runtime_job_id 2. Add back `from_openqasm` to ensure backward compatibility
chensgit169 and others added 19 commits July 12, 2023 15:11
From now on you may look up all the available concrete gate class by:

for name, cls in QuantumGate.gate_classes.items():
    print(name, cls.__name__)

Similar mechanism is to be implemented for Instruction.
Customized labeling of bits allowed, see new example adder.py for details.
1. Use 'if xxx is not None' instead of 'if xxx'.
2. Fix overlapping of parameter text on plot.
1. Use 'if xxx is not None' instead of 'if xxx'.
2. Fix overlapping of parameter text on plot.
Hopefully, plot_circuit now supports all the basic gates.
Please add circuit examples into module 'benchmark'.
delete local example in visualisation
update version number into "0.3.0"
delete redundant lines
to be sent into documentation repository
to be sent into documentation repository
to be sent into documentation repository
Copy link
Collaborator

@chensgit169 chensgit169 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still much work left to do😂

@Zhaoyilunnn
Copy link
Collaborator Author

Still much work left to do😂

Already looks good to me ^_^

@Zhaoyilunnn Zhaoyilunnn merged commit ba66449 into master Jul 21, 2023
32 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants