I keep finding stuff

This commit is contained in:
2020-04-09 12:31:07 +02:00
parent d3e38f6f7e
commit ff87ef0895
3 changed files with 12 additions and 11 deletions

View File

@@ -278,10 +278,10 @@ This implementation reads byte code from a file and executes it. The execution i
always done in three steps:
\begin{enumerate}[1.]
\item{Initializing the state according the header of the byte code file.}
\item{Initializing the state according to the header of the byte code file.}
\item{Applying operations given by the byte code to the state. This includes local
Clifford gates, $CZ$ gates and measurements (the measurement outcome is ignored).}
\item{Sampling the state according the description in the header of the byte code
\item{Sampling the state according to the description in the header of the byte code
file and writing the sampling results to either a file or \lstinline{stdout}. }
\end{enumerate}