mirror of
https://hub.njuu.cf/TheAlgorithms/Python.git
synced 2023-10-11 13:06:12 +08:00
7776411621
* Create q_full_adder.py This is for the #Hacktoberfest. This circuit is the quantum full adder. I saw that in the repo is the half adder so I decided to build the full adder to complete the set of adders. I hope that this is enough to be consider a contribution. Best, Kevin * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Erase the unused numpy library * Create the doctest. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * doctest for negative numbers, float, etc. * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Welcome to Quantum Algorithms
Started at https://github.com/TheAlgorithms/Python/issues/1831
- D-Wave: https://www.dwavesys.com and https://github.com/dwavesystems
- Google: https://research.google/teams/applied-science/quantum
- IBM: https://qiskit.org and https://github.com/Qiskit
- Rigetti: https://rigetti.com and https://github.com/rigetti
- Zapata: https://www.zapatacomputing.com and https://github.com/zapatacomputing
IBM Qiskit
- Start using by installing
pip install qiskit
, refer the docs for more info. - Tutorials & References
Google Cirq
- Start using by installing
python -m pip install cirq
, refer the docs for more info. - Tutorials & references