/acwf-verification

Web application for the AiiDA common workflows project

Primary LanguageJavaScript

Verification of the precision of DFT implementations via AiiDA common workflows

Web application built with React, using

  • react-bootstrap
  • recharts
  • visx

See the python directory on how the underlying data is obtained and prepared.

Published via GitHub pages to https://acwf-verification.materialscloud.org

Development

For local development:

> npm install
> npm start

To publish a new version to GitHub pages:

> npm run deploy