From 724165e2833019db43692126dc2cf062010fd18e Mon Sep 17 00:00:00 2001 From: Kostas Vilkelis <kostasvilkelis@gmail.com> Date: Wed, 8 May 2024 23:32:19 +0200 Subject: [PATCH] add funding information --- AUTHORS.md | 6 ++++++ pyproject.toml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/AUTHORS.md b/AUTHORS.md index 35cb13f..b850f3d 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -11,3 +11,9 @@ - José L. Lado ## Funding + +The project was developed in [Delft University of +Technology](https://www.tudelft.nl/en/). +We acknowledge funding from the European Research Council (ERC) under the European Union’s Horizon 2020 research and innovation program grant agreement No. 828948 +(AndQC) and [Netherlands +Organisation for Scientific Research (NWO/OCW)](https://www.nwo.nl/) 016.Vidi.189.180 grant. diff --git a/pyproject.toml b/pyproject.toml index 3d468e2..ecdce71 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,4 +48,4 @@ include = [ [tool.codespell] skip = "*.ipynb" -ignore-words-list = "multline, ket, bra, braket" +ignore-words-list = "multline, ket, bra, braket, nwo" -- GitLab