qiskit.opflow.state_fns.VectorStateFn.primitive_strings¶
- VectorStateFn.primitive_strings()[소스]¶
Return a set of strings describing the primitives contained in the Operator. For example,
{'QuantumCircuit', 'Pauli'}
. For hierarchical Operators, such asListOps
, this can help illuminate the primitives represented in the various recursive levels, and therefore which conversions can be applied.- 반환
A set of strings describing the primitives contained within the Operator.
- 반환 형식
Set[str]