Skip to content

Commit 8a135a3

Browse files
improving comment
1 parent 373c4ad commit 8a135a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

crates/accelerate/src/high_level_synthesis.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -899,7 +899,8 @@ fn synthesize_op_using_plugins(
899899
/// Synthesizes an operation.
900900
///
901901
/// This function is currently called by the default plugin for annotated operations to
902-
/// synthesize the base operation.
902+
/// synthesize the base operation. Here `py_op` is a subclass of `Operation` (on the Python
903+
/// side).
903904
#[pyfunction]
904905
#[pyo3(name = "synthesize_operation", signature = (py_op, input_qubits, data, tracker))]
905906
fn py_synthesize_operation(

0 commit comments

Comments
 (0)