File tree Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Expand file tree Collapse file tree 3 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ pub fn qsystem_decoder_config() -> PytketDecoderConfig {
24
24
config
25
25
}
26
26
27
- /// Default encoder configuration for [`Circuit`][crate::Circuit]s.
27
+ /// Default pytket encoder configuration for [`Circuit`][tket::Circuit]s with
28
+ /// native qsystem operations.
28
29
///
29
30
/// Contains emitters for std and tket operations.
30
31
pub fn qsystem_encoder_config < H : HugrView > ( ) -> PytketEncoderConfig < H > {
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use tket::Circuit;
15
15
16
16
use crate :: extension:: futures:: { self , FutureOpDef } ;
17
17
18
- /// Emitter for [futures](hugr ::extension::futures) operations and types.
18
+ /// Emitter for [futures](crate ::extension::futures) operations and types.
19
19
///
20
20
/// The `Future<T>` type is treated as a transparent wrapper when translated to
21
21
/// pytket circuits, and operations dealing with futures do not produce pytket
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ use tket_json_rs::optype::OpType as PytketOptype;
20
20
use crate :: extension;
21
21
use crate :: extension:: qsystem:: { QSystemOp , RuntimeBarrierDef } ;
22
22
23
- /// Encoder for [TketOp] operations.
23
+ /// Encoder for [futures](crate::extension::futures) operations.
24
24
#[ derive( Debug , Clone , Default ) ]
25
25
pub struct QSystemEmitter ;
26
26
You can’t perform that action at this time.
0 commit comments