Skip to content

Commit

Permalink
Merge branch 'main' into pyproject_update
Browse files Browse the repository at this point in the history
  • Loading branch information
chmwzc committed Jan 13, 2025
2 parents fdb64ae + 1aa6f4a commit a008f5d
Show file tree
Hide file tree
Showing 17 changed files with 1,160 additions and 244 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ repos:
- id: isort
args: ["--profile", "black"]
- repo: https://github.com/asottile/pyupgrade
rev: v3.19.0
rev: v3.19.1
hooks:
- id: pyupgrade
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ If you use the Qibochem plugin please refer to the documentation for citation in

## Contact

For questions, comments and suggestions please contact us at [https://matrix.to/#/#qibo:matrix.org](url)
To get in touch with the community and the developers, consider joining the Qibo workspace on Matrix:

[![Matrix](https://img.shields.io/matrix/qibo%3Amatrix.org?logo=matrix)](https://matrix.to/#/#qibo:matrix.org)

If you have a question about the project, contact us at [📫](mailto:[email protected]).

## Contributing

Expand Down
12 changes: 12 additions & 0 deletions doc/source/api-reference/ansatz.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,15 @@ Basis rotation
--------------

.. autofunction:: qibochem.ansatz.basis_rotation.basis_rotation_gates

Givens Excitation
-----------------

.. autofunction:: qibochem.ansatz.givens_excitation.givens_excitation_circuit

.. autofunction:: qibochem.ansatz.givens_excitation.givens_excitation_ansatz

Symmetry-Preserving
-------------------

.. autofunction:: qibochem.ansatz.symmetry.symm_preserving_circuit
40 changes: 19 additions & 21 deletions doc/source/appendix/citing-qibochem.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,20 @@
Publications
============

If Qibochem has been significant in your research, and you would like to acknowledge
the project in your academic publication, we suggest citing the following documents:

Software References in Zenodo
-----------------------------

Wong Zicheng, Adrian Mak, Tan Le, Stefano Carrazza, Alessandro Candido, & Ye Jun. (2024). qiboteam/qibochem: Qibochem 0.0.1 (v0.0.1). Zenodo. https://doi.org/10.5281/zenodo.10473173

Authorship Guideline
--------------------

In order to appear as an author of a Qibochem publication (paper, proceedings, etc)
each author must fullfil the following requirements:

* Participate to the official meetings.

* Contribute to the code with documented commits.

Publications
============

If Qibochem has been significant in your research, and you would like to acknowledge the project in your academic publication, we suggest citing the following reference:

Software References in Zenodo
-----------------------------

Wong Zi Cheng, Adrian Matthew Mak, Tan Le, Stefano Carrazza, Alessandro Candido & Ye Jun. (2024). qiboteam/qibochem: Qibochem 0.0.1 (v0.0.1). Zenodo. https://doi.org/10.5281/zenodo.10473173

Authorship Guideline
--------------------

In order to appear as an author of a Qibochem publication (paper, proceedings, etc), one must fullfil the following requirements:

* Participate to the official meetings.

* Contribute to the code with documented commits.

* Contribute to the manuscript elaboration.
Loading

0 comments on commit a008f5d

Please sign in to comment.