Skip to content
This repository was archived by the owner on Aug 21, 2023. It is now read-only.

Commit 36493e3

Browse files
Fixed: Dot product symbol used instead of fullstop (#1031)
Co-authored-by: Paul Nation <nonhermitian@gmail.com>
1 parent c5ee398 commit 36493e3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tutorials/simulators/1_aer_provider.ipynb

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -452,10 +452,10 @@
452452
"source": [
453453
"### Setting a custom initial unitary\n",
454454
"\n",
455-
"We may also set an initial state for the `UnitarySimulator`, however this state is an initial *unitary matrix* $U_i$, not a statevector. In this case the returned unitary will be $U.U_i$ given by applying the circuit unitary to the initial unitary matrix.\n",
455+
"We may also set an initial state for the `UnitarySimulator`, however this state is an initial *unitary matrix* $U_i$, not a statevector. In this case the returned unitary will be $U \\cdot U_i$ given by applying the circuit unitary to the initial unitary matrix.\n",
456456
"\n",
457457
"**Note:**\n",
458-
"* The initial unitary must be a valid unitary matrix $U^\\dagger.U =\\mathbb{1}$. If not, an exception will be raised. \n",
458+
"* The initial unitary must be a valid unitary matrix $U^\\dagger \\cdot U =\\mathbb{1}$. If not, an exception will be raised. \n",
459459
"* If a `Qobj` contains multiple experiments, the initial unitary must be the correct size for *all* experiments in the `Qobj`, otherwise an exception will be raised.\n",
460460
"\n",
461461
"Let us consider preparing the output unitary of the previous circuit as the initial state for the simulator:"
@@ -604,4 +604,4 @@
604604
},
605605
"nbformat": 4,
606606
"nbformat_minor": 2
607-
}
607+
}

0 commit comments

Comments
 (0)