Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 461 Bytes

README.md

File metadata and controls

26 lines (17 loc) · 461 Bytes

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