Tag

class samplomatic.Tag(ref: str = '')[source]

Bases: Annotation

Annotation to tag and instruction with a string reference.

When present on a box instruction, the barriers emitted during build() include the ref of this annotation as part of their label information. In this way, when combined with the build function, a tag annotation can be used as a tracing mechanism to tie a “barrier sandwich” in a template circuit back to the box it came from in the original circuit.

Parameters:

ref – A reference string.

Attributes Summary

namespace

ref

The reference string of this tag.

Attributes Documentation

namespace = 'samplomatic.tag'
ref

The reference string of this tag.