Skip to content

Commit 367651e

Browse files
committed
Update python interface example path in docs
1 parent 414b404 commit 367651e

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ which takes one argument being the name of the test-case's configuration file. T
120120
121121
You can silence Quandary output by adding the `--quiet` argument to the above commands.
122122
123-
The `examples/pythoninterface` folder exemplifies the usage of Quandary's Python interface.
123+
The `examples/` folder exemplifies the usage of Quandary's Python interface.
124124
* `python example_cnot.py`
125125
126126
# Tests

doc/user_guide.pdf

2.99 KB
Binary file not shown.

doc/user_guide.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ \section*{Installation}
107107

108108
Results are written as column-based text files in the output directory. Gnuplot is an excellent plotting tool to visualize the written output files, see below. The \texttt{config\_template.cfg} is currently set to run a CNOT optimization test case. It lists all available options and configurations, and is filled with comments that should help users to set up new simulation and optimization runs, and match the input options to the equations found in this document.
109109

110-
Test the python interface by running one of the examples in \texttt{/examples/pythoninterface/}, e.g.
110+
Test the python interface by running one of the examples in \texttt{/examples/}, e.g.
111111
\begin{itemize}
112112
\item[$>$] \texttt{python3 example\_swap02.py}
113113
\end{itemize}

0 commit comments

Comments
 (0)