معرفی شرکت ها


cirq-dev-0.6.0.dev20191029234524


Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر
Card image cap
تبلیغات ما

مشتریان به طور فزاینده ای آنلاین هستند. تبلیغات می تواند به آنها کمک کند تا کسب و کار شما را پیدا کنند.

مشاهده بیشتر

توضیحات

A framework for creating, editing, and invoking Noisy Intermediate Scale Quantum (NISQ) circuits.
ویژگی مقدار
سیستم عامل -
نام فایل cirq-dev-0.6.0.dev20191029234524
نام cirq-dev
نسخه کتابخانه 0.6.0.dev20191029234524
نگهدارنده []
ایمیل نگهدارنده []
نویسنده The Cirq Developers
ایمیل نویسنده cirq@googlegroups.com
آدرس صفحه اصلی http://github.com/quantumlib/cirq
آدرس اینترنتی https://pypi.org/project/cirq-dev/
مجوز Apache 2
**This is a development version of Cirq and may be unstable.** **For the latest stable release of Cirq see** `here <https://pypi.org/project/cirq>`__. .. image:: https://raw.githubusercontent.com/quantumlib/Cirq/master/docs/Cirq_logo_color.png :target: https://github.com/quantumlib/cirq :alt: Cirq :width: 500px Cirq is a Python library for writing, manipulating, and optimizing quantum circuits and running them against quantum computers and simulators. .. image:: https://travis-ci.com/quantumlib/Cirq.svg?token=7FwHBHqoxBzvgH51kThw&branch=master :target: https://travis-ci.com/quantumlib/Cirq :alt: Build Status .. image:: https://badge.fury.io/py/cirq.svg :target: https://badge.fury.io/py/cirq .. image:: https://readthedocs.org/projects/cirq/badge/?version=latest :target: https://readthedocs.org/projects/cirq/versions/ :alt: Documentation Status Installation ------------ Follow these `instructions <https://cirq.readthedocs.io/en/stable/install.html>`__. Hello Qubit ----------- A simple example to get you up and running: .. code-block:: python import cirq # Pick a qubit. qubit = cirq.GridQubit(0, 0) # Create a circuit circuit = cirq.Circuit( cirq.X(qubit)**0.5, # Square root of NOT. cirq.measure(qubit, key='m') # Measurement. ) print("Circuit:") print(circuit) # Simulate the circuit several times. simulator = cirq.Simulator() result = simulator.run(circuit, repetitions=20) print("Results:") print(result) Example output: .. code-block:: bash Circuit: (0, 0): ───X^0.5───M('m')─── Results: m=11000111111011001000 Documentation ------------- See `here <https://cirq.readthedocs.io/en/stable/>`__ or jump into the `tutorial <https://cirq.readthedocs.io/en/stable/tutorial.html>`__. Contributing ------------ We welcome contributions. Please follow these `guidelines <https://github.com/quantumlib/cirq/blob/master/CONTRIBUTING.md>`__. We use `Github issues <https://github.com/quantumlib/Cirq/issues>`__ for tracking requests and bugs. Please post questions to the `Quantum Computing Stack Exchange <https://quantumcomputing.stackexchange.com/>`__ with the `cirq <https://quantumcomputing.stackexchange.com/questions/tagged/cirq>`__ tag. For informal discussions about Cirq, join our `cirqdev <https://gitter.im/cirqdev>`__ Gitter channel. See Also -------- For those interested in using quantum computers to solve problems in chemistry and materials science, we encourage exploring `OpenFermion <https://github.com/quantumlib/openfermion>`__ and its sister library for compiling quantum simulation algorithms in Cirq, `OpenFermion-Cirq <https://github.com/quantumlib/openfermion-cirq>`__. Alpha Disclaimer ---------------- **Cirq is currently in alpha.** We are still making breaking changes. We *will* break your code when we make new releases. We recommend that you target a specific version of Cirq, and periodically bump to the latest release. That way you have control over when a breaking change affects you. Cirq is not an official Google product. Copyright 2018 The Cirq Developers


نیازمندی

مقدار نام
- dataclasses
~=1.6 google-api-python-client
~=3.0 matplotlib
==2.3 networkx
~=1.16 numpy
- pandas
==3.8.0 protobuf
~=2.18 requests
~=2.0 sortedcontainers
- scipy
- sympy
- typing-extensions
>=3.4 ply
~=1.3.0 pylatex
~=1.14 tensorflow
~=0.701.0 mypy
~=2.3.0 pylint
~=3.8.0 pytest
~=2.5.0 pytest-cov
~=3.2.0 pytest-benchmark
~=0.27.0 yapf
~=1.24.0 grpcio-tools
==1.10 mypy-protobuf
- twine
~=0.6.0 qiskit
- pypandoc
>=0.4.0 recommonmark
- Sphinx
- sphinx-rtd-theme
- sphinx-markdown-tables
~=2.1.0 astroid
>=3.4 ply
~=1.3.0 pylatex
~=1.14 tensorflow


زبان مورد نیاز

مقدار نام
>=3.6.0 Python


نحوه نصب


نصب پکیج whl cirq-dev-0.6.0.dev20191029234524:

    pip install cirq-dev-0.6.0.dev20191029234524.whl


نصب پکیج tar.gz cirq-dev-0.6.0.dev20191029234524:

    pip install cirq-dev-0.6.0.dev20191029234524.tar.gz