Skip to content

Commit

Permalink
Update resources to Github (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
Failxxx authored Oct 30, 2022
2 parents 453031d + 6d159a2 commit f299b24
Show file tree
Hide file tree
Showing 138 changed files with 155 additions and 242 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
rm animation_nodes_v2_3_linux_py310.zip
echo "Replace files in animation_nodes to fix doc build issues"
rm animation_nodes/__init__.py
cp docs/source/_static/animation_nodes_init_replacement_file.txt animation_nodes/__init__.py
cp docs/_static/animation_nodes_init_replacement_file.txt animation_nodes/__init__.py
find animation_nodes/ -type f -name "*.py" -exec sed -i 's/return bpy.app.version/return bpy.app.version if bpy.app.version is not None else (2, 93, 0)/g' {} +
- name: Generate code documentation
Expand Down
86 changes: 0 additions & 86 deletions .gitlab-ci.yml

This file was deleted.

8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Quantum Nodes
Quantum Nodes is an extension of [Animation Nodes](https://github.com/JacquesLucke/animation_nodes) for [Blender](https://github.com/blender) built with [Qiskit](https://github.com/Qiskit).
Quantum Nodes is an extension of [Animation Nodes](https://github.com/JacquesLucke/animation_nodes) for [Blender](https://www.blender.org/) built with [Qiskit](https://github.com/Qiskit).
<br/>
This add-on offers tools to incorporate quantum computing into your creation process.

It even allows you to send your quantum circuits to real qubits provided by [IBM](https://quantum-computing.ibm.com/).

Get started with Quantum Nodes by reading the [documentation](https://quantum-creative-group.gitlab.io/quantum_nodes_manual/).
Get started with Quantum Nodes by reading the [documentation](https://quantum-creative-group.github.io/quantum_nodes/).

Find more information on [www.quantum-nodes.com](https://www.quantum-nodes.com)
<br/><br/>
Expand All @@ -20,10 +20,10 @@ Find more information on [www.quantum-nodes.com](https://www.quantum-nodes.com)

## Documentation

Here you will find both the user and developer manual for Quantum Nodes: [documentation](https://quantum-nodes.com).
Here you will find both the user and developer manual for Quantum Nodes: [documentation](https://quantum-creative-group.github.io/quantum_nodes/).

### Contributing
Find more detailed instructions on the [dedicated page](https://quantum-creative-group.gitlab.io/quantum_nodes_manual/developers_manual/manual/index.html).
Find more detailed instructions on the [dedicated page](https://quantum-creative-group.github.io/quantum_nodes/developers_manual/manual/index.html).

* Fork the repository
* Add useful information
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes
6 changes: 3 additions & 3 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,15 @@
}

# Add a logo
html_logo = '_static/images/logo.png'
html_logo = '../_static/images/logo.png'

# Add favicon
html_favicon = '_static/images/favicon.ico'
html_favicon = '../_static/images/favicon.ico'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
# so a file named "default.css" will overwrite the builtin "default.css".
html_static_path = ['_static']
html_static_path = ['../_static']

# These paths are either relative to html_static_path
# or fully qualified paths (eg. https://...)
Expand Down
6 changes: 3 additions & 3 deletions docs/source/developers_manual/addon/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ Contribute


.. note::
Click `here <https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html>`_ to learn about the forking workflow on Gitlab.
Click `here <https://docs.github.com/en/get-started/quickstart/fork-a-repo>`_ to learn about the forking workflow on Github.


* Fork our `git repository <https://gitlab.com/quantum-creative-group/quantum_nodes>`_
* Fork our `git repository <https://github.com/Quantum-Creative-Group/quantum_nodes>`_
* Do your modifications
* Open a new `merge request <https://gitlab.com/quantum-creative-group/quantum_nodes/-/merge_requests>`_
* Open a new `merge request <https://github.com/Quantum-Creative-Group/quantum_nodes/pulls>`_
* Wait for your modifications to be reviewed and accepted


Expand Down
6 changes: 3 additions & 3 deletions docs/source/developers_manual/manual/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ Contribute


.. note::
Click `here <https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html>`_ to learn about the forking workflow on Gitlab.
Click `here <https://docs.github.com/en/get-started/quickstart/fork-a-repo>`_ to learn about the forking workflow on Github.


* Fork the repository: https://gitlab.com/quantum-creative-group/quantum_nodes_manual
* Fork the repository: https://github.com/Quantum-Creative-Group/quantum_nodes
* Do your modifications
* Once you are ready, open a new `merge request <https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/merge_requests>`_
* Once you are ready, open a new `merge request <https://github.com/Quantum-Creative-Group/quantum_nodes/pulls>`_
* Wait for your modifications to be reviewed and accepted


Expand Down
4 changes: 2 additions & 2 deletions docs/source/developers_manual/manual/tools.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Python Docstring Generator

* Select the ``sphinx`` format for the auto docstring functionality

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/docstring_format.png
.. image:: /images/contrib-tools/docstring_format.png
:width: 85%
:alt: Python Docstring Generator, auto docstring sphinx
:align: center
Expand All @@ -52,7 +52,7 @@ reStructuredText Syntax highlighting
* This extension uses `Esbonio <https://swyddfa.github.io/esbonio/docs/latest/en/>`_
* Select the right output for sphinx-build in the settings:

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/esbonio_output_sphinx_build.png
.. image:: /images/contrib-tools/esbonio_output_sphinx_build.png
:width: 85%
:alt: reStructuredText syntax highlighting, set output path sphinx-build
:align: center
Expand Down
6 changes: 3 additions & 3 deletions docs/source/developers_manual/manual/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ Contribute


.. note::
Click `here <https://docs.gitlab.com/ee/user/project/repository/forking_workflow.html>`_ to learn about the forking workflow on Gitlab.
Click `here <https://docs.github.com/en/get-started/quickstart/fork-a-repo>`_ to learn about the forking workflow on Github.


* Fork the repository: https://gitlab.com/quantum-creative-group/quantum_nodes_manual
* Fork the repository: https://github.com/Quantum-Creative-Group/quantum_nodes
* Do your modifications
* Once you are ready, open a new `merge request <https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/merge_requests>`_
* Once you are ready, open a new `merge request <https://github.com/Quantum-Creative-Group/quantum_nodes/pulls>`_
* Wait for your modifications to be reviewed and accepted

.. _build-windows-contrib-manual:
Expand Down
28 changes: 14 additions & 14 deletions docs/source/getting_started/installation/linux.rst
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Downloads
Blender
*******

* Download Blender (>= 2.92): https://www.blender.org/download/
* Download Blender (>= 2.93): https://www.blender.org/download/


.. _blender-install-linux:
Expand Down Expand Up @@ -63,7 +63,7 @@ Animation Nodes
Quantum Nodes
*************

* Download the add-on from the `Gitlab releases <https://gitlab.com/quantum-creative-group/quantum_nodes/-/releases>`_
* Download the add-on from the `Github releases <https://github.com/Quantum-Creative-Group/quantum_nodes/releases>`_
page (latest version recommended)


Expand Down Expand Up @@ -93,9 +93,9 @@ Install python packages
| Make sure we have pip installed: ``sudo ./python3.10 -m ensurepip``
| Install packages:
| pip: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pip -t ..\lib\site-packages``
| wheel: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir wheel -t ..\lib\site-packages``
| pillow: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pillow -t ..\lib\site-packages``
| pip: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pip``
| wheel: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir wheel``
| pillow: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir pillow``
| qiskit: ``sudo ./python3.10 -m pip install --upgrade --no-cache-dir qiskit qiskit_finance qiskit_machine_learning``

Expand All @@ -110,7 +110,7 @@ Now, all we have to do is to install Animation Nodes and Quantum Nodes in Blende

* Go to: ``Edit > Preferences``

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/linux/preferences-blender-linux.png
.. image:: /images/installation/linux/preferences-blender-linux.png
:width: 50%
:alt: Blender, preferences
:align: center
Expand All @@ -120,7 +120,7 @@ Now, all we have to do is to install Animation Nodes and Quantum Nodes in Blende
* Go to the add-on panel and click on ``Install``

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/linux/install-addons-blender-linux.png
.. image:: /images/installation/linux/install-addons-blender-linux.png
:width: 80%
:alt: Blender, preferences, install
:align: center
Expand All @@ -136,7 +136,7 @@ Animation Nodes

* Select Animation Nodes

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/linux/install-linux-select-animation-nodes.png
.. image:: /images/installation/linux/install-linux-select-animation-nodes.png
:width: 80%
:alt: Blender, preferences, install animation nodes
:align: center
Expand All @@ -151,7 +151,7 @@ Animation Nodes
Don't forget to activate it (click on the *checkbox*)


.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/linux/install-linux-activate-animation-nodes.png
.. image:: /images/installation/linux/install-linux-activate-animation-nodes.png
:width: 80%
:alt: Blender, preferences, activate animation nodes
:align: center
Expand All @@ -167,7 +167,7 @@ Quantum Nodes

* Select Quantum Nodes

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/linux/install-linux-select-quantum-nodes.png
.. image:: /images/installation/linux/install-linux-select-quantum-nodes.png
:width: 80%
:alt: Blender, preferences, install quantum nodes
:align: center
Expand All @@ -182,7 +182,7 @@ Quantum Nodes
Don't forget to activate it (click on the *checkbox*)


.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/linux/install-linux-activate-quantum-nodes.png
.. image:: /images/installation/linux/install-linux-activate-quantum-nodes.png
:width: 80%
:alt: Blender, preferences, activate quantum nodes
:align: center
Expand All @@ -200,6 +200,6 @@ Help

If you have any problem:

#. Check for any existing `issue <https://gitlab.com/quantum-creative-group/quantum_nodes/-/issues>`_ that may tackle yours
#. If you do not find anything, please open a new `issue <https://gitlab.com/quantum-creative-group/quantum_nodes/-/issues>`_
on Gitlab with all the necessary information to help you |:wink:|
#. Check for any existing `issue <https://github.com/Quantum-Creative-Group/quantum_nodes/issues>`_ that may tackle yours
#. If you do not find anything, please open a new `issue <https://github.com/Quantum-Creative-Group/quantum_nodes/issues>`_
on Github with all the necessary information to help you |:wink:|
22 changes: 11 additions & 11 deletions docs/source/getting_started/installation/windows.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Downloads
Blender
*******

* Download and install Blender (>= 2.92): https://www.blender.org/download/
* Download and install Blender (>= 2.93): https://www.blender.org/download/


.. _animation-nodes-download-windows:
Expand All @@ -48,7 +48,7 @@ Animation Nodes
Quantum Nodes
*************

* Download the add-on from the `Gitlab releases <https://gitlab.com/quantum-creative-group/quantum_nodes/-/releases>`_
* Download the add-on from the `Github releases <https://github.com/Quantum-Creative-Group/quantum_nodes/releases>`_
page (latest version recommended)


Expand Down Expand Up @@ -90,7 +90,7 @@ Now, all we have to do is to install Animation Nodes and Quantum Nodes in Blende

* Go to: ``Edit > Preferences``

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes/-/raw/assets/install_an_and_qn_step1.png
.. image:: /images/installation/windows/preferences-blender-windows.png
:width: 50%
:alt: Blender, preferences
:align: center
Expand All @@ -100,7 +100,7 @@ Now, all we have to do is to install Animation Nodes and Quantum Nodes in Blende
* Go to the add-on panel and click on ``Install``

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes/-/raw/assets/install_an_and_qn_step1.5.png
.. image:: /images/installation/windows/install-addons-blender-windows.png
:width: 80%
:alt: Blender, preferences, install
:align: center
Expand All @@ -116,7 +116,7 @@ Animation Nodes

* Select Animation Nodes

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/windows/install-windows-select-animation-nodes.png
.. image:: /images/installation/windows/install-windows-select-animation-nodes.png
:width: 80%
:alt: Blender, preferences, install animation nodes
:align: center
Expand All @@ -131,7 +131,7 @@ Animation Nodes
Don't forget to activate it (click on the *checkbox*)


.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/windows/install-windows-activate-animation-nodes.png
.. image:: /images/installation/windows/install-windows-activate-animation-nodes.png
:width: 80%
:alt: Blender, preferences, activate animation nodes
:align: center
Expand All @@ -147,7 +147,7 @@ Quantum Nodes

* Select Quantum Nodes

.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/windows/install-windows-select-quantum-nodes.png
.. image:: /images/installation/windows/install-windows-select-quantum-nodes.png
:width: 80%
:alt: Blender, preferences, install quantum nodes
:align: center
Expand All @@ -162,7 +162,7 @@ Quantum Nodes
Don't forget to activate it (click on the *checkbox*)


.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/installation/windows/install-windows-activate-quantum-nodes.png
.. image:: /images/installation/windows/install-windows-activate-quantum-nodes.png
:width: 80%
:alt: Blender, preferences, activate quantum nodes
:align: center
Expand All @@ -180,6 +180,6 @@ Help

If you have any problem:

#. Check for any existing `issue <https://gitlab.com/quantum-creative-group/quantum_nodes/-/issues>`_ that may tackle yours
#. If you do not find anything, please open a new `issue <https://gitlab.com/quantum-creative-group/quantum_nodes/-/issues>`_
on Gitlab with all the necessary information to help you |:wink:|
#. Check for any existing `issue <https://github.com/Quantum-Creative-Group/quantum_nodes/issues>`_ that may tackle yours
#. If you do not find anything, please open a new `issue <https://github.com/Quantum-Creative-Group/quantum_nodes/issues>`_
on Github with all the necessary information to help you |:wink:|
2 changes: 1 addition & 1 deletion docs/source/getting_started/introduction/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Quantum Nodes manual
| This website is here to help you understand how to use Quantum Nodes!
.. image:: https://gitlab.com/quantum-creative-group/quantum_nodes_manual/-/raw/assets/quantum_monkey.jpg
.. image:: https://quantum-nodes.com/wp-content/uploads/2022/07/representative_image_quantum_nodes-scaled.jpg
:width: 80%
:alt: Quantum monkey
:align: center
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/gate_all.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/gate_ccx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/gate_cswap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/gate_cy_and_others.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/gate_rz_and_others.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/gate_sdg_and_others.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/gate_swap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/nodes/ibm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/source/images/tutorial1/step1.png
Binary file added docs/source/images/tutorial1/step10.png
Binary file added docs/source/images/tutorial1/step11.png
Binary file added docs/source/images/tutorial1/step12.png
Binary file added docs/source/images/tutorial1/step13.png
Binary file added docs/source/images/tutorial1/step14.png
Binary file added docs/source/images/tutorial1/step15.png
Binary file added docs/source/images/tutorial1/step16.png
Binary file added docs/source/images/tutorial1/step17.png
Binary file added docs/source/images/tutorial1/step18.png
Binary file added docs/source/images/tutorial1/step19.png
Binary file added docs/source/images/tutorial1/step2.png
Binary file added docs/source/images/tutorial1/step20.png
Binary file added docs/source/images/tutorial1/step21.png
Binary file added docs/source/images/tutorial1/step22.png
Binary file added docs/source/images/tutorial1/step23.png
Binary file added docs/source/images/tutorial1/step24.png
Binary file added docs/source/images/tutorial1/step25.png
Binary file added docs/source/images/tutorial1/step26.png
Binary file added docs/source/images/tutorial1/step27.png
Binary file added docs/source/images/tutorial1/step28.png
Binary file added docs/source/images/tutorial1/step3.png
Binary file added docs/source/images/tutorial1/step4.png
Binary file added docs/source/images/tutorial1/step5.png
Binary file added docs/source/images/tutorial1/step6.png
Binary file added docs/source/images/tutorial1/step7.png
Binary file added docs/source/images/tutorial1/step8.png
Binary file added docs/source/images/tutorial1/step9.png
Binary file added docs/source/images/tutorial2/step1.png
Binary file added docs/source/images/tutorial2/step10.png
Binary file added docs/source/images/tutorial2/step11.png
Binary file added docs/source/images/tutorial2/step12.png
Binary file added docs/source/images/tutorial2/step13.png
Binary file added docs/source/images/tutorial2/step14.png
Binary file added docs/source/images/tutorial2/step15.png
Binary file added docs/source/images/tutorial2/step16.png
Binary file added docs/source/images/tutorial2/step17.png
Binary file added docs/source/images/tutorial2/step18.png
Binary file added docs/source/images/tutorial2/step19.png
Binary file added docs/source/images/tutorial2/step2.png
Binary file added docs/source/images/tutorial2/step20.png
Binary file added docs/source/images/tutorial2/step3.png
Binary file added docs/source/images/tutorial2/step4.png
Binary file added docs/source/images/tutorial2/step5.png
Binary file added docs/source/images/tutorial2/step6.png
Binary file added docs/source/images/tutorial2/step7.png
Binary file added docs/source/images/tutorial2/step8.png
Binary file added docs/source/images/tutorial2/step9.png
Binary file added docs/source/images/tutorial3/step1.png
Binary file added docs/source/images/tutorial3/step10.png
Binary file added docs/source/images/tutorial3/step11.png
Binary file added docs/source/images/tutorial3/step12.png
Binary file added docs/source/images/tutorial3/step2.png
Binary file added docs/source/images/tutorial3/step3.png
Binary file added docs/source/images/tutorial3/step4.png
Binary file added docs/source/images/tutorial3/step5.png
Binary file added docs/source/images/tutorial3/step6.png
Binary file added docs/source/images/tutorial3/step7.png
Binary file added docs/source/images/tutorial3/step8.png
Binary file added docs/source/images/tutorial3/step9.png
Binary file added docs/source/images/tutorial4/step1.png
Binary file added docs/source/images/tutorial4/step10.png
Binary file added docs/source/images/tutorial4/step11.png
Binary file added docs/source/images/tutorial4/step12.png
Binary file added docs/source/images/tutorial4/step13.png
Binary file added docs/source/images/tutorial4/step2.png
Binary file added docs/source/images/tutorial4/step3.png
Binary file added docs/source/images/tutorial4/step4.png
Binary file added docs/source/images/tutorial4/step5.png
Binary file added docs/source/images/tutorial4/step6.png
Binary file added docs/source/images/tutorial4/step7.png
Binary file added docs/source/images/tutorial4/step8.png
Binary file added docs/source/images/tutorial4/step9.png
Binary file added docs/source/images/tutorials/measure.png
Binary file added docs/source/images/tutorials/quantum-circuit.png
Binary file added docs/source/images/tutorials/quantum-gate-not.png
Binary file added docs/source/images/tutorials/quantum-gates.png
Loading

0 comments on commit f299b24

Please sign in to comment.