We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d92aa8 commit 8fcde1cCopy full SHA for 8fcde1c
docs/api.rst
@@ -1,7 +1,33 @@
1
-API
2
-===
+API Reference
+=============
3
4
5
-.. autoclass:: klay.Circuit()
6
- :members:
7
- :undoc-members:
+.. autoclass:: klay.Circuit
+
+ .. automethod:: nb_nodes
8
9
+ .. automethod:: nb_root_nodes
10
11
+ .. automethod:: true_node
12
13
+ .. automethod:: false_node
14
15
+ .. automethod:: literal_node
16
17
+ .. automethod:: and_node
18
19
+ .. automethod:: or_node
20
21
+ .. automethod:: add_sdd
22
23
+ .. automethod:: set_root
24
25
+ .. automethod:: remove_unused_nodes
26
27
+ .. automethod:: add_SDD_from_file
28
29
+ .. automethod:: add_D4_from_file
30
31
+ .. automethod:: to_torch_module
32
33
+ .. automethod:: to_jax_function
0 commit comments