Skip to content

Commit

Permalink
Docs preview for PR #2610.
Browse files Browse the repository at this point in the history
  • Loading branch information
cuda-quantum-bot committed Mar 6, 2025
1 parent f567d72 commit 06d702f
Show file tree
Hide file tree
Showing 137 changed files with 16,647 additions and 88 deletions.
Binary file added pr-2610/_images/adapt-qaoa.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.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified pr-2610/_images/qpus.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 30 additions & 1 deletion pr-2610/_sources/api/languages/cpp_api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,33 @@ Noise Modeling
.. doxygenclass:: cudaq::depolarization_channel
:members:

.. doxygenclass:: cudaq::x_error
:members:

.. doxygenclass:: cudaq::y_error
:members:

.. doxygenclass:: cudaq::z_error
:members:

.. doxygenclass:: cudaq::amplitude_damping
:members:

.. doxygenclass:: cudaq::phase_damping
:members:

.. doxygenclass:: cudaq::pauli1
:members:

.. doxygenclass:: cudaq::pauli2
:members:

.. doxygenclass:: cudaq::depolarization1
:members:

.. doxygenclass:: cudaq::depolarization2
:members:

.. doxygenclass:: cudaq::noise_model
:members:

Expand Down Expand Up @@ -191,7 +218,9 @@ Platform

.. doxygenclass:: cudaq::FermioniqBaseQPU

.. doxygenclass:: cudaq::OrcaRemoteRESTQPU
.. doxygenclass:: cudaq::OrcaRemoteRESTQPU

.. doxygenclass:: cudaq::PasqalBaseQPU

.. doxygenclass:: cudaq::QuEraBaseQPU

Expand Down
17 changes: 17 additions & 0 deletions pr-2610/_sources/api/languages/python_api.rst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ Noisy Simulation

.. autoclass:: cudaq::NoiseModel
:members:
:exclude-members: register_channel
:special-members: __init__

.. autoclass:: cudaq::BitFlipChannel
Expand All @@ -236,6 +237,22 @@ Noisy Simulation
:members:
:special-members: __init__

.. autoclass:: cudaq::PhaseDamping

.. autoclass:: cudaq::XError

.. autoclass:: cudaq::YError

.. autoclass:: cudaq::ZError

.. autoclass:: cudaq::Pauli1

.. autoclass:: cudaq::Pauli2

.. autoclass:: cudaq::Depolarization1

.. autoclass:: cudaq::Depolarization2

.. autoclass:: cudaq::KrausChannel
:members:
:special-members: __getitem__
Expand Down
Loading

0 comments on commit 06d702f

Please sign in to comment.