Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .github/workflows/config/spelling_allowlist.txt
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ MyST
NGC
NVIDIA
NVLink
NVQC
NVQIR
OPX
OQC
Expand Down
486 changes: 0 additions & 486 deletions .github/workflows/integration_tests.yml

Large diffs are not rendered by default.

356 changes: 0 additions & 356 deletions .github/workflows/nvqc_regression_tests.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/python_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,7 @@ jobs:
docker run --rm -dit --name wheel-validation-snippets wheel_validation:local
status_sum=0

for ex in `find docs/sphinx/snippets/python -name '*.py' -not -path '*/platform/*' -not -path '*/nvqc/*' -not -path '*/backends/*'`; do
for ex in `find docs/sphinx/snippets/python -name '*.py' -not -path '*/platform/*' -not -path '*/backends/*'`; do
file="${ex#docs/sphinx/snippets/python/}"
echo "__Snippet ${file}:__" >> /tmp/validation.out
(docker exec wheel-validation-snippets bash -c "python${{ inputs.python_version }} /tmp/snippets/$file" >> /tmp/validation.out) && success=true || success=false
Expand Down
53 changes: 0 additions & 53 deletions docker/release/cudaq.nvqc.Dockerfile

This file was deleted.

4 changes: 0 additions & 4 deletions docs/sphinx/api/languages/cpp_api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,6 @@ Platform

.. doxygenclass:: cudaq::BaseRemoteSimulatorQPU

.. doxygenclass:: cudaq::BaseNvcfSimulatorQPU

.. doxygenclass:: cudaq::AnalogRemoteRESTQPU

.. doxygenclass:: cudaq::FermioniqBaseQPU
Expand All @@ -340,8 +338,6 @@ Platform
.. doxygenstruct:: cudaq::RemoteCapabilities
:members:

.. doxygenclass:: cudaq::SerializedCodeExecutionContext

.. doxygentypedef:: cudaq::QuantumTask

.. doxygentypedef:: cudaq::QubitConnectivity
Expand Down
2 changes: 1 addition & 1 deletion docs/sphinx/releases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ The full change log can be found `here <https://github.com/NVIDIA/cuda-quantum/r

**0.7.0**

The 0.7.0 release adds support for using :doc:`NVIDIA Quantum Cloud <using/backends/cloud/nvqc>`,
The 0.7.0 release adds support for using NVIDIA Quantum Cloud,
giving you access to our most powerful GPU-accelerated simulators even if you don't have an NVIDIA GPU.
With 0.7.0, we have furthermore greatly increased expressiveness of the Python and C++ language frontends.
Check out our `documentation <https://nvidia.github.io/cuda-quantum/0.7.0/using/quick_start.html>`__
Expand Down
29 changes: 0 additions & 29 deletions docs/sphinx/snippets/cpp/using/cudaq/nvqc/nvqc_intro.cpp

This file was deleted.

52 changes: 0 additions & 52 deletions docs/sphinx/snippets/cpp/using/cudaq/nvqc/nvqc_mqpu.cpp

This file was deleted.

23 changes: 0 additions & 23 deletions docs/sphinx/snippets/python/using/cudaq/nvqc/nvqc_intro.py

This file was deleted.

54 changes: 0 additions & 54 deletions docs/sphinx/snippets/python/using/cudaq/nvqc/nvqc_mqpu.py

This file was deleted.

96 changes: 0 additions & 96 deletions docs/sphinx/targets/cpp/nvqc_qml.cpp

This file was deleted.

42 changes: 0 additions & 42 deletions docs/sphinx/targets/cpp/nvqc_sample.cpp

This file was deleted.

Loading
Loading