qiskit/releasenotes/notes/1.0/expr-var-standalone-2c11165...

7 lines
293 B
YAML

---
features_circuits:
- |
:class:`~.expr.Var` nodes now have a :attr:`.Var.standalone` property to quickly query whether
they are new-style memory-owning variables, or whether they wrap old-style classical memory in
the form of a :class:`.Clbit` or :class:`.ClassicalRegister`.