-
Notifications
You must be signed in to change notification settings - Fork 47
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
Release/0.18.0 #161
Release/0.18.0 #161
Conversation
* Make add_qubit add qubit to unit_bimaps_ if not nullptr * Install boost on MacOS. * Update test to check value Co-authored-by: Alec Edgington <[email protected]>
…#145) * Make add_qubit add qubit to unit_bimaps_ if not nullptr * Install boost on MacOS. * Make Unitary dimensions match * add tket assert for comparison Co-authored-by: Alec Edgington <[email protected]>
* Add dunamai dependency for dynamic versioning. * Use dunamai to dynamically retrieve version from git. * Use setuptools_scm to write _version.py. * No need for dunamai. * Retrieve the version tag and extract the version number. * Black autoformatting. * Add setuptool_scm generated file to ignore. * Remove version string truncation.
* Hardcode C3X and C4X decompositions * Add base case handling to cnx dexomposition * Add test cases * Add changelog entry * Add a test case for incrementer_borrow_n_qubits * Add more test cases * Improve cases handling in one-ancilla incrementer * Add docstrings and make private functions static * Correct CX count for C4X decomposition
* Add instructions to link to local `pybind11` recipe. * Update README.md Co-authored-by: Alec Edgington <[email protected]> * Update README.md Co-authored-by: Alec Edgington <[email protected]> * Update README.md Co-authored-by: Alec Edgington <[email protected]> * Update README.md Co-authored-by: Alec Edgington <[email protected]> * Update README.md Co-authored-by: Alec Edgington <[email protected]> Co-authored-by: Alec Edgington <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The year in the copyright comments are not updated yet, is that important?
Should we change the author and the licence from CQC to CQ?
@@ -38,9 +38,9 @@ | |||
author = "Cambridge Quantum Computing Ltd" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this be updated?
It doesn't matter about the year -- we can change that later in a single commit (though we could also update it as and when files are modified). I'm pretty sure it has no legal force. I think the change from CQC to CQ was just a branding thing, not a legal thing. For the author, I'll wait for legal advice on that (but won't hold my breath!). |
No description provided.