2020-09-11 11:58:33 +02:00
|
|
|
# QUEST Website
|
|
|
|
|
2020-11-24 19:17:23 +01:00
|
|
|
This repository contains the QUEST database, and a web application to
|
|
|
|
plot statistical indicators. The web app is built using the
|
|
|
|
[hugo](https://gohugo.io/) static website generator with the
|
|
|
|
[beautifulhugo](https://themes.gohugo.io/beautifulhugo/) theme.
|
2020-09-11 11:58:33 +02:00
|
|
|
|
2020-11-26 00:29:06 +01:00
|
|
|
All the data are stored in the [static/data](static/data) directory.
|
2020-11-24 19:17:23 +01:00
|
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
|
|
- [Hugo >= 0.48](https://gohugo.io/getting-started/installing/#quick-install)
|
2020-09-11 11:58:33 +02:00
|
|
|
|
|
|
|
## Quick start
|
|
|
|
|
2020-11-24 19:17:23 +01:00
|
|
|
To clone this website and use it locally, run the following commands.
|
2020-09-11 11:58:33 +02:00
|
|
|
|
|
|
|
```bash
|
2020-11-24 18:59:01 +01:00
|
|
|
git clone --recurse-submodules https://github.com/LCPQ/QUESTDB_website/
|
2020-10-29 18:11:14 +01:00
|
|
|
cd QUESTDB_website
|
2020-11-18 10:07:46 +01:00
|
|
|
make serve
|
2020-09-11 11:58:33 +02:00
|
|
|
```
|
|
|
|
|
2020-11-24 19:17:23 +01:00
|
|
|
Now you can use your browser to navigate to the website using the URL
|
2020-11-27 10:35:09 +01:00
|
|
|
given by Hugo in your terminal (http://localhost:1313/QUESTDB_website/)
|
2020-11-24 19:17:23 +01:00
|
|
|
|
|
|
|
## The QUEST database
|
|
|
|
|
|
|
|
The QUEST website has been designed to gather and analyze the
|
|
|
|
highly-accurate vertical excitation energies produced by the [QUEST
|
|
|
|
project](https://doi.org/10.1021/acs.jpclett.0c00014). The QUEST
|
|
|
|
database contains more than 470 accurate vertical excitation energies
|
|
|
|
of various natures ($\pi \to \pi^{*}$, $n \to \pi^{*}$, double
|
|
|
|
excitation, Rydberg, singlet, doublet, triplet, etc) for small- and
|
|
|
|
medium-sized molecules. These values have been obtained using a
|
|
|
|
combination of high-order coupled cluster and selected configuration
|
|
|
|
interaction calculations using increasingly large diffuse basis sets.
|
|
|
|
One of the key aspect of the QUEST dataset is that it does not rely on
|
|
|
|
any experimental values, avoiding potential biases inherently linked
|
|
|
|
to experiments and facilitating in the process theoretical cross
|
|
|
|
comparisons. Following this composite protocol, we have been able to
|
|
|
|
produce theoretical best estimates (TBEs) with the aug-cc-pVTZ basis
|
|
|
|
set, as well as basis set corrected TBEs (i.e., near the complete
|
|
|
|
basis set limit) for each of these transitions. Thanks to the present
|
|
|
|
website, one can easily test and compare the accuracy of a given
|
|
|
|
method with respect to various variables such as the molecule size or
|
|
|
|
its family, the nature of the excited states, the size of the basis
|
|
|
|
set, etc.
|
|
|
|
|
2020-11-26 00:29:06 +01:00
|
|
|
|
|
|
|
## Bug reports
|
|
|
|
|
|
|
|
Please report problems/bugs on the [GitHub issue tracker](https://github.com/LCPQ/QUESTDB_website/issues).
|
|
|
|
|
|
|
|
## Licenses
|
|
|
|
|
|
|
|
This QUESTDB database is made available under the Open Database License:
|
|
|
|
http://opendatacommons.org/licenses/odbl/1.0/. Any rights in individual
|
|
|
|
contents of the database are licensed under the Database Contents License:
|
|
|
|
http://opendatacommons.org/licenses/dbcl/1.0/
|
|
|
|
|
|
|
|
The web application is made available under the BSD 3-clause license.
|
|
|
|
|
2020-11-26 00:38:53 +01:00
|
|
|
----------
|
|
|
|
<img src="./static/img/ERC.jpg" width="200">
|
2020-11-26 00:29:06 +01:00
|
|
|
This project has received funding from the [European Research Council (ERC)](https://erc.europa.eu)
|
|
|
|
under the European Union's Horizon 2020 research and innovation programme (Grant agreement No. 863481).
|
|
|
|
|
|
|
|
|