https://github.com/basnijholt/thesis
🎓 Ph.D. thesis: Towards realistic numerical simulations of Majorana devices
https://github.com/basnijholt/thesis
adaptive doctoral-theses latex majorana phd physics theory thesis tudelft
Last synced: about 1 year ago
JSON representation
🎓 Ph.D. thesis: Towards realistic numerical simulations of Majorana devices
- Host: GitHub
- URL: https://github.com/basnijholt/thesis
- Owner: basnijholt
- Created: 2019-12-02T16:42:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-08-13T13:34:13.000Z (almost 6 years ago)
- Last Synced: 2025-05-04T23:48:22.344Z (about 1 year ago)
- Topics: adaptive, doctoral-theses, latex, majorana, phd, physics, theory, thesis, tudelft
- Language: TeX
- Homepage:
- Size: 25.1 MB
- Stars: 14
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bas Nijholt's Ph.D. thesis
> *Towards realistic numerical simulations of Majorana devices*

[](https://github.com/basnijholt/thesis/actions?query=workflow%3Acompile-thesis)
For the source of of the cover design, see [this repository: basnijholt/thesis-cover](https://github.com/basnijholt/thesis-cover).
See the compiled
* latest [`dissertation.pdf`](https://gitlab.kwant-project.org/qt/basnijholt/thesis-bas-nijholt/builds/artifacts/master/raw/dissertation.pdf?job=job)
* latest [`propositions.pdf`](https://gitlab.kwant-project.org/qt/basnijholt/thesis-bas-nijholt/builds/artifacts/master/file/propositions.pdf?job=job)
Automatic Docker builds [here](https://hub.docker.com/repository/docker/basnijholt/thesis).
## Instructions
Create (or update) `dissertation.bib` using
```bash
yaml2bib \
--bib_fname "dissertation.bib" \
--dois_yaml "*/*.yaml" \
--replacements_yaml "replacements.yaml" \
--static_bib "chapter_*/not_on_crossref.bib" \
--email "bas@nijho.lt"
```
Create `propositions.bib` using:
```bash
python create_propositions.py
```