Web application to explore the QUEST database. https://lcpq.github.io/QUESTDB_website
Go to file
Mickaël Véril 9cdb57208f
Fix dimethylaniline.xyz geometry
Geometries must be in Angstrom. Thanks to Christof Holzer for pointing out this error!
2022-05-27 13:52:42 +02:00
.github/workflows Deploy 2020-11-25 01:52:53 +01:00
archetypes Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
content Fix bug in 5e1e328 2022-01-18 10:35:13 +01:00
docs/examples Add data from QUEST#6 main paper 2021-12-06 09:32:00 +01:00
layouts Add the Frequently Asked Questions page 2021-12-07 09:11:36 +01:00
static Fix dimethylaniline.xyz geometry 2022-05-27 13:52:42 +02:00
themes Update beautifulhugo 2019-12-03 11:35:54 +01:00
tools implement __eq__, __str__, __repr__ and __hash__ for Python data classes when it's possible 2022-02-04 13:58:03 +01:00
.gitignore Update gitignore 2020-11-16 17:11:24 +01:00
.gitmodules Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
AUTHORS Cleaning 2020-11-26 00:29:06 +01:00
LICENSE Create LICENSE 2020-11-25 23:44:46 +01:00
Makefile Accelerated load time 2020-11-16 12:44:21 +01:00
README.md Update README 2020-11-27 10:35:09 +01:00
config.toml Add the Frequently Asked Questions page 2021-12-07 09:11:36 +01:00

README.md

QUEST Website

This repository contains the QUEST database, and a web application to plot statistical indicators. The web app is built using the hugo static website generator with the beautifulhugo theme.

All the data are stored in the static/data directory.

Requirements

Quick start

To clone this website and use it locally, run the following commands.

git clone --recurse-submodules https://github.com/LCPQ/QUESTDB_website/
cd QUESTDB_website
make serve

Now you can use your browser to navigate to the website using the URL given by Hugo in your terminal (http://localhost:1313/QUESTDB_website/)

The QUEST database

The QUEST website has been designed to gather and analyze the highly-accurate vertical excitation energies produced by the QUEST project. 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.

Bug reports

Please report problems/bugs on the GitHub issue tracker.

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.


This project has received funding from the European Research Council (ERC) under the European Unions Horizon 2020 research and innovation programme (Grant agreement No. 863481).