Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/api/qiskit/capi.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Additionally, this module contains [`ctypes`](https://docs.python.org/3/library/

### qiskit.capi.LIB

<Attribute id="qiskit.capi.LIB" attributeTypeHint="ctypes.PyDLL">
<Attribute id="qiskit.capi.LIB" attributeTypeHint="ctypes.PyDLL" attributeTypeHintHref="https://docs.python.org/3/library/ctypes.html">
A [`ctypes`](https://docs.python.org/3/library/ctypes.html#module-ctypes) wrapper around the library containing the Qiskit C API.

This is provided for completeness, though you can access all the functions, structs and enumerations directly from the [`qiskit.capi`](#module-qiskit.capi "qiskit.capi") module object.
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.QuantumCircuit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ python_api_name: qiskit.circuit.QuantumCircuit

### name

<Attribute id="qiskit.circuit.QuantumCircuit.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.QuantumCircuit.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.AND.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python_api_name: qiskit.circuit.library.AND

### name

<Attribute id="qiskit.circuit.library.AND.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.AND.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure if the link to https://docs.python.org/3/library/stdtypes.html is useful. What do you think?

If not useful we can implement an ignore list

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well this opens up a much larger issue. Current implementation is dropping the id so it should be attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html#str". Easy fix. But, now I see the existing attributeTypeHint can be more complex than a single type (see https://quantum.test.cloud.ibm.com/docs/en/api/qiskit/qiskit.transpiler.TranspileLayout#final_layout).

This need a proper Attribute component refactor.

A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ python_api_name: qiskit.circuit.library.CDKMRippleCarryAdder

### name

<Attribute id="qiskit.circuit.library.CDKMRippleCarryAdder.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.CDKMRippleCarryAdder.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.Diagonal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ python_api_name: qiskit.circuit.library.Diagonal

### name

<Attribute id="qiskit.circuit.library.Diagonal.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.Diagonal.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.DraperQFTAdder.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ python_api_name: qiskit.circuit.library.DraperQFTAdder

### name

<Attribute id="qiskit.circuit.library.DraperQFTAdder.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.DraperQFTAdder.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.EfficientSU2.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ python_api_name: qiskit.circuit.library.EfficientSU2

### name

<Attribute id="qiskit.circuit.library.EfficientSU2.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.EfficientSU2.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ python_api_name: qiskit.circuit.library.EvolvedOperatorAnsatz

### name

<Attribute id="qiskit.circuit.library.EvolvedOperatorAnsatz.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.EvolvedOperatorAnsatz.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.ExactReciprocal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.ExactReciprocal.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.ExactReciprocal.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.ExcitationPreserving.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.ExcitationPreserving.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.FourierChecking.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python_api_name: qiskit.circuit.library.FourierChecking

### name

<Attribute id="qiskit.circuit.library.FourierChecking.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.FourierChecking.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ python_api_name: qiskit.circuit.library.FunctionalPauliRotations

### name

<Attribute id="qiskit.circuit.library.FunctionalPauliRotations.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.FunctionalPauliRotations.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.GMS.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.GMS.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.GMS.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.GR.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.GR.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.GR.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.GRX.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.GRX.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.GRX.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.GRY.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.GRY.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.GRY.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.GRZ.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.GRZ.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.GRZ.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.GraphState.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.GraphState.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.GraphState.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.GroverOperator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.GroverOperator.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.GroverOperator.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ python_api_name: qiskit.circuit.library.HRSCumulativeMultiplier

### name

<Attribute id="qiskit.circuit.library.HRSCumulativeMultiplier.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.HRSCumulativeMultiplier.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.HiddenLinearFunction.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.HiddenLinearFunction.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.IQP.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ python_api_name: qiskit.circuit.library.IQP

### name

<Attribute id="qiskit.circuit.library.IQP.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.IQP.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.InnerProduct.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.InnerProduct.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.InnerProduct.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.IntegerComparator.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.IntegerComparator.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.LinearAmplitudeFunction.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.LinearAmplitudeFunction.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.LinearPauliRotations.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.LinearPauliRotations.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.MCMT.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ python_api_name: qiskit.circuit.library.MCMT

### name

<Attribute id="qiskit.circuit.library.MCMT.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.MCMT.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.MCMTVChain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ python_api_name: qiskit.circuit.library.MCMTVChain

### name

<Attribute id="qiskit.circuit.library.MCMTVChain.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.MCMTVChain.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.NLocal.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ python_api_name: qiskit.circuit.library.NLocal

### name

<Attribute id="qiskit.circuit.library.NLocal.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.NLocal.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.OR.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ python_api_name: qiskit.circuit.library.OR

### name

<Attribute id="qiskit.circuit.library.OR.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.OR.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.PauliFeatureMap.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.PauliFeatureMap.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PauliFeatureMap.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.PauliTwoDesign.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ python_api_name: qiskit.circuit.library.PauliTwoDesign

### name

<Attribute id="qiskit.circuit.library.PauliTwoDesign.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PauliTwoDesign.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.Permutation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ python_api_name: qiskit.circuit.library.Permutation

### name

<Attribute id="qiskit.circuit.library.Permutation.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.Permutation.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.PhaseEstimation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.PhaseEstimation.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PhaseEstimation.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.PhaseOracle.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.PhaseOracle.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PhaseOracle.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ python_api_name: qiskit.circuit.library.PiecewiseChebyshev

### name

<Attribute id="qiskit.circuit.library.PiecewiseChebyshev.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PiecewiseChebyshev.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.PiecewiseLinearPauliRotations.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PiecewiseLinearPauliRotations.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.PiecewisePolynomialPauliRotations.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PiecewisePolynomialPauliRotations.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.PolynomialPauliRotations.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.PolynomialPauliRotations.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.QAOAAnsatz.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ python_api_name: qiskit.circuit.library.QAOAAnsatz

### name

<Attribute id="qiskit.circuit.library.QAOAAnsatz.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.QAOAAnsatz.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.QFT.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.QFT.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.QFT.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.QuadraticForm.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ $$

### name

<Attribute id="qiskit.circuit.library.QuadraticForm.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.QuadraticForm.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.QuantumVolume.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ python_api_name: qiskit.circuit.library.QuantumVolume

### name

<Attribute id="qiskit.circuit.library.QuantumVolume.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.QuantumVolume.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
2 changes: 1 addition & 1 deletion docs/api/qiskit/qiskit.circuit.library.RGQFTMultiplier.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ python_api_name: qiskit.circuit.library.RGQFTMultiplier

### name

<Attribute id="qiskit.circuit.library.RGQFTMultiplier.name" attributeTypeHint="str">
<Attribute id="qiskit.circuit.library.RGQFTMultiplier.name" attributeTypeHint="str" attributeTypeHintHref="https://docs.python.org/3/library/stdtypes.html">
A human-readable name for the circuit.

**Example**
Expand Down
Loading
Loading