Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 22 additions & 12 deletions AUTHORS.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,28 +3,27 @@
Contact: tyson.jones.input@gmail.com

Current team:
Dr Oliver Thomson Brown [developer]
planning
development
build
testing
patches
Dr James Richings [developer]
optimisation
patches
Dr Tyson Ray Jones [developer]
algorithms
parallelisation
architecture
interface
testing
documentation
Dr Oliver Thomson Brown [developer]
build
patches
Dr Erich Essmann [developer]
build
patches
Dr Ali Rezaei [developer]
optimisation prototyping
Dr Richard Meister [consultant]
design
patches
previous development
Dr Balint Koczor [consultant]
patches
previous development
Vasco Ferreira [developer]
development
Prof Simon C. Benjamin [consultant]
user requirements

Expand All @@ -33,6 +32,13 @@ Dr Ania (Anna) Brown [developer]
HPC
build
quantum ops
Dr Richard Meister [consultant]
design
patches
previous development
Dr Balint Koczor [consultant]
patches
previous development
Dr Fergus Cooper [developer]
continuous integration
Mr Jacob Wilkins [developer]
Expand All @@ -42,8 +48,12 @@ Dr Mihai Duta [developer]
Dr Ian Bush [consultant]
software development
HPC
Dr Ali Rezaei [developer]
optimisation prototyping

External contributors:
Maurice Jamieson
extended the unit test suite (#706)
Íñigo Aréjula Aísa
patched validation error in the experimental user-owned MPI interface (#722)
Daniel Expósito Patiño
Expand Down
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -247,12 +247,31 @@ then run it with

See the [docs](docs/README.md) for enabling acceleration and running the unit tests.

---------------------------------

## 🤝  Team

QuEST's current development team, in no particular order, consists of:

- [Dr Oliver Thomson Brown](https://www.epcc.ed.ac.uk/about-us/our-team/dr-oliver-brown)
- [Dr James Richings](https://www.epcc.ed.ac.uk/about-us/our-team/dr-james-richings)
- [Dr Tyson Ray Jones](https://www.tysonjones.io/)
- [Dr Erich Essmann](https://www.research.ed.ac.uk/en/persons/erich-essmann/)
- [Vasco Ferreira](https://www.linkedin.com/in/vasco-ferreira-b24058259/)
- [Prof Simon C. Benjamin](https://www.materials.ox.ac.uk/peoplepages/benjamin.html)

See [authors](AUTHORS.txt) for a list of all of QuEST's past and present contributors.


---------------------------------

## ❤  Acknowledgements

In addition to QuEST's [authors](AUTHORS.txt), we sincerely thank the following external contributors to QuEST.

External contributors:
- [Maurice Jamieson](https://github.com/mcjamieson) for extending the unit test suite in v4.3.
- [Íñigo Aréjula Aísa](https://github.com/iarejula-bsc) for patching a validation error in the user-owned MPI interface.
- [Daniel Expósito Patiño](https://github.com/D-Exposito) for patching a signature of the v4 C++ API.
- [Diogo Pratas Maia](https://github.com/diogomaia00) for implementing non-unitary Pauli gadgets (unitaryHACK 2025 [#594](https://github.com/QuEST-Kit/QuEST/issues/594)).
- [Mai Đức Khang](https://github.com/Roll249) for implementing a RAM probe (unitaryHACK 2025 [#600](https://github.com/QuEST-Kit/QuEST/issues/600)).
Expand Down
Loading