-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #113 from chensgit169/master
Pick ahead features of ``elements`` from stable/0.3 branch
- Loading branch information
Showing
34 changed files
with
1,110 additions
and
756 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
API Reference | ||
============= | ||
|
||
.. note:: | ||
|
||
This page is still under refinement, the contents you see may be incomplete at present. | ||
|
||
Quantum Circuit | ||
------------------ | ||
|
||
.. autoclass:: quafu.QuantumCircuit | ||
:members: cnot, add_gate, barrier | ||
:undoc-members: add_pulse | ||
|
||
Quantum Elements | ||
------------------ | ||
.. hint:: | ||
hello | ||
|
||
.. autoclass:: quafu.elements.quantum_element.Instruction | ||
:members: | ||
|
||
|
||
Task and User | ||
------------------ | ||
|
||
.. autoclass:: quafu.Task | ||
:members: config, send, retrieve | ||
|
||
.. autoclass:: quafu.User | ||
:members: | ||
|
||
.. autoclass:: quafu.results.results.Result | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.