-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update Authors and References * Fix documentation * Remove unecessary copyright statements
- Loading branch information
Showing
110 changed files
with
3,484 additions
and
1,372 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
name: tests | ||
|
||
on: [push, workflow_dispatch] | ||
on: [push, pull_request, workflow_dispatch] | ||
|
||
jobs: | ||
tests: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,35 @@ | ||
# File: .readthedocs.yaml | ||
# Read the Docs configuration file for Sphinx projects | ||
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details | ||
|
||
# Required | ||
version: 2 | ||
|
||
# Set the OS, Python version and other tools you might need | ||
build: | ||
os: ubuntu-22.04 | ||
tools: | ||
python: "3.10" | ||
# You can also specify other tool versions: | ||
# nodejs: "20" | ||
# rust: "1.70" | ||
# golang: "1.20" | ||
|
||
# Build documentation in the "docs/" directory with Sphinx | ||
sphinx: | ||
configuration: docs/conf.py | ||
# You can configure Sphinx to use a different builder, for instance use the dirhtml builder for simpler URLs | ||
# builder: "dirhtml" | ||
# Fail on all warnings to avoid broken references | ||
# fail_on_warning: true | ||
|
||
# Optionally build your docs in additional formats such as PDF and ePub | ||
# formats: | ||
# - epub | ||
|
||
# Optional but recommended, declare the Python requirements required | ||
# to build your documentation | ||
# See https://docs.readthedocs.io/en/stable/guides/reproducible-builds.html | ||
python: | ||
version: 3.10 | ||
install: | ||
- requirements: requirements_ci.txt | ||
- requirements: docs/requirements.txt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,34 @@ | ||
Authors & Acknowledgements | ||
========================== | ||
|
||
Lead developer since 2020 (start of the project): [Gerald E. Fux](https://github.com/gefux) | ||
- Lead developer since 2020: [**Gerald E. Fux**](https://github.com/gefux) (<[email protected]>) | ||
- Co-lead developer since 2022: [**Piper Fowler-Wright**](https://github.com/piperfw) (<[email protected]>) | ||
|
||
Major code contributions | ||
------------------------ | ||
|
||
**Version 0.5.0** | ||
- [Aidan Strathearn](https://github.com/aidanstrathearn): Gibbs state TEMPO [Chiu2022]. | ||
- [Eoin P. Butler](https://github.com/ebutler414), [Eoin O'Neill](https://github.com/eoin-dp-oneill), and [Paul R. Eastham](https://github.com/paulreastham): Process tensor gradients and optimization [Fux2021, Butler2024] | ||
- [Ewen D.C. Lawrence](https://github.com/ewenlawrence) and [Peter Kirton](https://github.com/peterkirton/): Degeneracy trick in TEMPO and PT-TEMPO. | ||
- [Roosmarijn de Wit](https://github.com/rmadw): Multi-time system correlations. | ||
- [Piper Fowler-Wright](https://github.com/piperfw): TEMPO parameter tutorial and automatic estimation. | ||
|
||
**Version 0.4.0** | ||
- [Joel Beckles](https://github.com/JoelANB) and [Piper Fowler-Wright](https://github.com/piperfw): Extension of mean-field evolution to multiple types of system | ||
- [Joel Beckles](https://github.com/JoelANB) and [Piper Fowler-Wright](https://github.com/piperfw): Extension of mean-field evolution to multiple types of system. | ||
|
||
**Version 0.3.0** | ||
- [Piper Fowler-Wright](https://github.com/piperfw): Open quantum systems with mean-field evolution [FowlerWright2022] | ||
- [Piper Fowler-Wright](https://github.com/piperfw): Open quantum systems with mean-field evolution [FowlerWright2022]. | ||
|
||
**Version 0.2.0** | ||
- [Gerald E. Fux](https://github.com/gefux): Chains of open quantum systems [Fux2022]. | ||
- Dainius Kilda: Precursor code for chains of open quantum systems [Fux2022]. | ||
- [Dominic Gribben](https://github.com/djgribben): Bath dynamics extension [Gribben2021]. | ||
- [Dominic Gribben](https://github.com/djgribben): Multiple environments extension [Gribben2022]. | ||
- [Gerald E. Fux](https://github.com/gefux): Chains of open quantum systems [Fux2023]. | ||
- Dainius Kilda: Precursor code for chains of open quantum systems [Fux2023]. | ||
- [Dominic Gribben](https://github.com/djgribben): Bath dynamics extension [Gribben2022b]. | ||
- [Dominic Gribben](https://github.com/djgribben): Multiple environments extension [Gribben2022a]. | ||
|
||
**Version 0.1.2 (TimeEvolvingMPO)** | ||
- [Gerald E. Fux](https://github.com/gefux): Improved memory cut-off [Strathearn2017]. | ||
|
||
**Version 0.1.1 (TimeEvolvingMPO)** | ||
- No major code contributions in this version. | ||
|
||
**Version 0.1.0 (TimeEvolvingMPO)** | ||
- [Gerald E. Fux](https://github.com/gefux): Implement process tensor TEMPO (API and backend) [Fux2021]. | ||
- [Gerald E. Fux](https://github.com/gefux): Implement core TEMPO functionality (API and backend) [Strathearn2018]. | ||
|
@@ -33,24 +38,12 @@ Major code contributions | |
Acknowledgements | ||
---------------- | ||
|
||
**Members of the TEMPO collaboration:** | ||
- Kristín Arnardóttir (*University of St Andrews*) <[email protected]> | ||
- [Piper Fowler-Wright](https://github.com/piperfw) (*University of St Andrews*) <[email protected]> | ||
- [Gerald E. Fux](https://github.com/gefux) (*University of St Andrews*) <[email protected]> | ||
- [Erik Gauger](https://github.com/erikgauger) (*Heriot-Watt University*) <[email protected]> | ||
- [Dominic Gribben](https://github.com/djgribben) (*University of St Andrews*) | ||
- Jonathan Keeling (*University of St Andrews*) <[email protected]> | ||
- Dainius Kilda (*Max Planck Institute of Quantum Optics*) | ||
- [Peter Kirton](https://github.com/peterkirton) (*University of Strathclyde*) <[email protected]> | ||
- [Thibaut Lacroix](https://github.com/tfmlaX) (*University of St Andrews*) <[email protected]> | ||
- Brendon W. Lovett (*University of St Andrews*) <[email protected]> | ||
|
||
**Project administrators:** | ||
- [Gerald E. Fux](https://github.com/gefux) (<[email protected]>) | ||
- Jonathan Keeling (<[email protected]>) | ||
- Brendon W. Lovett (<[email protected]>) | ||
|
||
|
||
**Project maintainers:** | ||
- [Piper Fowler-Wright](https://github.com/piperfw) (<[email protected]>) | ||
- [Gerald E. Fux](https://github.com/gefux) (<[email protected]>) | ||
**Scientific advisors:** | ||
- Jonathan Keeling (*University of St Andrews*) | ||
- Brendon W. Lovett (*University of St Andrews*) | ||
|
||
**Other Collaborators:** | ||
- Kristín Arnardóttir (*University of Southern Denmark*) | ||
- [Erik Gauger](https://github.com/erikgauger) (*Heriot-Watt University*) | ||
- [Thibaut Lacroix](https://github.com/tfmlaX) (*University of St Andrews*) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.