Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goerz/dissertation
Optimizing Robust Quantum Gates in Open Quantum Systems
https://github.com/goerz/dissertation
optimization physics quantum-computing quantum-mechanics research science tex thesis
Last synced: about 2 months ago
JSON representation
Optimizing Robust Quantum Gates in Open Quantum Systems
- Host: GitHub
- URL: https://github.com/goerz/dissertation
- Owner: goerz
- License: other
- Created: 2015-03-30T15:34:46.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-08-25T00:00:51.000Z (over 9 years ago)
- Last Synced: 2024-10-12T15:47:36.678Z (3 months ago)
- Topics: optimization, physics, quantum-computing, quantum-mechanics, research, science, tex, thesis
- Language: TeX
- Size: 43 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Prerequisites ##
* Complete TeX installation (tested with TeXLive 2014).
Note: TeXLive 2013 does *not* work (bug in TOC font).
* latexmk, dvipng (should be part of your TeX distribution)
* Perl (tested with v5.16.2)
* Python 2.7, with scientific stack (IPython, numpy, scipy, sympy, matplotib;
see Makefile for details)
Using a Python distribution such as Enthought Canopy or Anaconda is strongly
recommended.
* Ghostscript 7.07 or later
* Grace 5.1.22.
Your version of grace must have support for generating PDF files. If it
doesn't, you can try to modify the rule in `chapters/figures.mk` to get PDF
files via EPSA virtual Python environment will be created in the `venv` subfolder, containing
the above packages, as well as some of the additional Python packages from the
`scripts` folder that are necessary for generating the figures.## Compilation ##
Run `make` to compile all figures from source, and to compile
`diss.pdf` from all `tex` files.`make clean` removes all temporary files, but leaves `diss.pdf` and any
generated figures, as well as the `venv` subdirectory intact.`make distclean` restores to a clean checkout. It deletes all generated figures,
and the `venv` subfolder.Note that once all figures have been generated, `diss.pdf` can be compiled with
minimal dependencies (i.e. only a simple TeX installation). Running `make dist`
will create a copy of the minimal files (`tex` files, `template`, and `figures`
folder) to the `dist` subfolder, for archival purposes.