qiskit-documentation/docs/api/qiskit/0.46/qiskit.transpiler.FencedPro...

21 lines
990 B
Plaintext

---
title: FencedPropertySet
description: API reference for qiskit.transpiler.FencedPropertySet
in_page_toc_min_heading_level: 1
python_api_type: class
python_api_name: qiskit.transpiler.FencedPropertySet
---
# FencedPropertySet
<Class id="qiskit.transpiler.FencedPropertySet" isDedicatedPage={true} github="https://github.com/qiskit/qiskit/tree/stable/0.46/qiskit/transpiler/fencedobjs.py" signature="qiskit.transpiler.FencedPropertySet(property_set_instance)" modifiers="class">
Bases: `FencedObject`
A property set that cannot be written (via \_\_setitem\_\_)
<Admonition title="Deprecated since version 0.46.0" type="danger">
The class `qiskit.transpiler.fencedobjs.FencedPropertySet` is deprecated as of qiskit 0.46.0. It will be removed in the 1.0 release. Internal use of FencedObject is already removed from pass manager. Implementation of a task subclass with protection for input object modification is now responsibility of the developer.
</Admonition>
</Class>