Skip to content

Commit ed0fb34

Browse files
committed
Add newly normalized files
Since this PR was originally opened several new files were added that used the wrong line ending. This commit just is the line ending normalization that git does automatically with this change to the .gitattributes.
1 parent 03ee6fc commit ed0fb34

4 files changed

Lines changed: 24 additions & 24 deletions
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
---
2-
fixes:
3-
- |
4-
Fixes the implementation of :meth:`~object.__deepcopy__` in class:`.QuantumCircuit`
5-
which did not deep-copy circuit parameters. As a consequence, mutating
6-
a :class:`.BoxOp` in a copied circuit no longer affects the original circuit.
1+
---
2+
fixes:
3+
- |
4+
Fixes the implementation of :meth:`~object.__deepcopy__` in class:`.QuantumCircuit`
5+
which did not deep-copy circuit parameters. As a consequence, mutating
6+
a :class:`.BoxOp` in a copied circuit no longer affects the original circuit.
Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
2-
fixes:
3-
- |
4-
Fixed the circuit text drawer so that circuit instructions with classical wires are drawn in separate layers.
1+
---
2+
fixes:
3+
- |
4+
Fixed the circuit text drawer so that circuit instructions with classical wires are drawn in separate layers.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
2-
fixes:
3-
- |
4-
:class:`.BasePassManager` no longer replaces falsy but valid outputs from
5-
passes with the original input program. A pass returning ``0``, ``False``
6-
or another falsy value will now be preserved, and only ``None`` indicates
7-
failure.
1+
---
2+
fixes:
3+
- |
4+
:class:`.BasePassManager` no longer replaces falsy but valid outputs from
5+
passes with the original input program. A pass returning ``0``, ``False``
6+
or another falsy value will now be preserved, and only ``None`` indicates
7+
failure.
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
---
2-
upgrade_quantum_info:
3-
- |
4-
Improved the performance of :meth:`.Statevector.expectation_value` for
5-
all-identity Pauli operators by relying on the optimized general-case
6-
implementation instead of a dedicated shortcut that scaled poorly with
7-
the number of qubits.
1+
---
2+
upgrade_quantum_info:
3+
- |
4+
Improved the performance of :meth:`.Statevector.expectation_value` for
5+
all-identity Pauli operators by relying on the optimized general-case
6+
implementation instead of a dedicated shortcut that scaled poorly with
7+
the number of qubits.

0 commit comments

Comments
 (0)