Restrict dependency version of bayesian-optimization for compatibility#48
Merged
sansiro77 merged 1 commit intoTuringQ:mainfrom Oct 22, 2024
Merged
Restrict dependency version of bayesian-optimization for compatibility#48sansiro77 merged 1 commit intoTuringQ:mainfrom
sansiro77 merged 1 commit intoTuringQ:mainfrom
Conversation
sansiro77
approved these changes
Oct 22, 2024
Hugh-888
pushed a commit
to Hugh-888/deepquantum
that referenced
this pull request
Oct 24, 2024
sansiro77
added a commit
that referenced
this pull request
Jan 7, 2025
* add mbqc files * Restrict dependency version of bayesian-optimization for compatibility (#48) * update draw function * test collab * update measurement * x * update * add X,Z * fix xz forward bug * update * support nemcnemc * delete test_zyz ipynb file * support multiple NEMC patterns * add is_standard func * delete test file * add fun_standardize * update test file * delete if_none in list_xor * support batch input states * add test_standardize * change var names * change unmeasured dic to list * del * update * add gate.py * update gate.py * update gate.py * add nout_wire_dict * addnout_wire_dic * transpile x cnot * update gate.py * combine gates by getattr * fix import bug * modify gate_to_str * update docstring * add test_transpile * permute for qubit transpile * update docstring * chage bg_qubit to total qubit * fix transpile bug * pylint test * batch_transpile * delete test file * add SubGraphState and GraphState * optimize state and command * update pattern * fix bugs of version subgraph;support batch input;add test file;not support transpile yet; draw funtion requires discussion * fix accordingly * add draw * delete a for loop * remove transpile files * delete qubit gates in pattern * support grad * add signal shifting and fix alpha for measurement plane * modify test file * add docstring for state * add docstring for pattern * support encoding angles * support forward state * fix typos * fix docstring typos --------- Co-authored-by: Hugh <keminghu@outlook.com> Co-authored-by: Hugh_ <112853932+Hugh-888@users.noreply.github.com> Co-authored-by: sansiro77 <30891481+sansiro77@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fix issue #47.