ass3: Task 12: add not working code to file.

This commit is contained in:
2022-03-17 17:29:19 +01:00
parent a5eea861df
commit 8c1d9c2632

View File

@ -32,6 +32,7 @@
\usepackage{todonotes} \usepackage{todonotes}
\setuptodonotes{inline} \setuptodonotes{inline}
\usepackage{mhchem} \usepackage{mhchem}
\usepackage{listings}
\newcommand{\pfrac}[2]{\frac{\partial #1}{\partial #2}} \newcommand{\pfrac}[2]{\frac{\partial #1}{\partial #2}}
@ -131,11 +132,14 @@ This is very close to what is written in the assignment, but not precisely the s
\section{Critical currents} \section{Critical currents}
\section{A weak junction} \section{A weak junction}
See the code in appendix \ref{appendix:program-task-12}.
\bibliographystyle{vancouver} \bibliographystyle{vancouver}
\bibliography{references.bib} \bibliography{references.bib}
%\appendix \appendix
\section{Program to task 12}
\label{appendix:program-task-12}
\lstinputlisting[language=python,breaklines=true]{ass3-12-a-weak-junction.py}
\end{document} \end{document}