10
0
mirror of https://github.com/LCPQ/QUESTDB_website.git synced 2024-07-03 09:56:08 +02:00
Web application to explore the QUEST database. https://lcpq.github.io/QUESTDB_website
Go to file
2020-11-16 15:46:47 +01:00
archetypes Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
content removes citation-js loading 2020-11-02 10:30:08 +01:00
docs/examples Fix CCSDT-3 and EOM-MP2 for QUEST#5 2020-11-09 16:40:05 +01:00
layouts Use saved crossref data for publications 2020-11-01 16:18:00 +01:00
static Simplified code 2020-11-16 12:56:16 +01:00
themes Update beautifulhugo 2019-12-03 11:35:54 +01:00
tools Accelerated load time 2020-11-16 12:44:21 +01:00
.gitignore Creae datafileBuilder and other python lib to manipulate datafile 2019-11-12 14:36:23 +01:00
.gitmodules Replace Pelican by hugo as website generator 2019-09-14 15:05:55 +02:00
config.toml justify index 2020-09-11 14:09:44 +02:00
Makefile Accelerated load time 2020-11-16 12:44:21 +01:00
README.md Merge branch 'master' of github.com:scemama/QUESTDB_website 2020-11-16 15:46:47 +01:00

QUEST Website

Introduction

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.

Quick start

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

git clone --recurse-submodules https://github.com/mveril/QUESTDB_website/
cd QUESTDB_website
hugo serve

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

Repository content

The website

The main part of this repository is the website. It is built using the hugo static website generator with the beautifulhugo theme.

All the data are stored in the data directory.

The tools.

The second part is the tools a series of python scripts used to generate data.

datafileBuilder

A python script to generate data from custom LaTeX input file see examples.

metarecover

The metarecover python script is used to regenerate the metadata from the previous git history state. So you can remove a data file to regenerate it from a LaTeX input file with datafileBuilder and recover the metadata from the previous version using metarecover.

ADC25generator

The ADC25generator is used to build ADC(2.5) data files from ADC(2) and ADC(3) data files.