-
Notifications
You must be signed in to change notification settings - Fork 27
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #216 from mala-project/develop
Create v0.2.0
- Loading branch information
Showing
154 changed files
with
5,613 additions
and
33,852 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
[bumpversion] | ||
current_version = 0.1.0 | ||
commit = True | ||
tag = True | ||
sign_tags = True | ||
|
||
[bumpversion:file:mala/version.py] | ||
|
||
[bumpversion:file:CITATION.cff] | ||
|
||
[bumpversion:file:Copyright.txt] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
*.cff linguist-language=YAML |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
name: mirror | ||
|
||
on: [push, delete] | ||
|
||
jobs: | ||
mirror-to-CASUS: | ||
runs-on: ubuntu-18.04 | ||
steps: | ||
- uses: actions/checkout@v1 | ||
- name: mirror-repository | ||
uses: spyoungtech/mirror-action@v0.4.0 | ||
with: | ||
REMOTE: git@github.com:casus/mala.git | ||
GIT_SSH_PRIVATE_KEY: ${{ secrets.GIT_SSH_KEY }} | ||
GIT_SSH_NO_VERIFY_HOST: "true" | ||
DEBUG: "true" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -161,3 +161,9 @@ cython_debug/ | |
# JupyterNotebooks | ||
.ipynb_checkpoints | ||
*/.ipynb_checkpoints/* | ||
|
||
# SQLite | ||
*.db | ||
|
||
# LAMMPS | ||
*.tmp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,50 @@ | ||
# YAML 1.2 | ||
cff-version: 1.1.0 | ||
message: "If you use this software, please cite it using these metadata." | ||
authors: | ||
- affiliation: "Center for Advanced Systems Understanding (CASUS), Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)" | ||
family-names: Cangi | ||
given-names: Attila | ||
- affiliation: "Oak Ridge National Laboratory (ORNL)" | ||
family-names: Ellis | ||
given-names: J. Austin | ||
- affiliation: "Center for Advanced Systems Understanding (CASUS), Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)" | ||
family-names: Fiedler | ||
given-names: Lenz | ||
orcid: https://orcid.org/0000-0002-8311-0613 | ||
- affiliation: "Center for Advanced Systems Understanding (CASUS), Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)" | ||
family-names: Kotik | ||
given-names: Daniel | ||
orcid: https://orcid.org/0000-0001-8735-3199 | ||
- affiliation: "Sandia National Laboratories (SNL)" | ||
family-names: Modine | ||
given-names: Normand A. | ||
- affiliation: "Oak Ridge National Laboratory (ORNL)" | ||
family-names: Oles | ||
given-names: Vladyslav | ||
- affiliation: "Sandia National Laboratories (SNL)" | ||
family-names: Popoola | ||
given-names: Gabriel A. | ||
- affiliation: "Sandia National Laboratories (SNL)" | ||
family-names: Rajamanickam | ||
given-names: Siva | ||
- affiliation: "Helmholtz-Zentrum Dresden-Rossendorf e.V. (HZDR)" | ||
family-names: Schmerler | ||
given-names: Steve | ||
- affiliation: "Sandia National Laboratories (SNL)" | ||
family-names: Stephens | ||
given-names: J. Adam | ||
- affiliation: "Sandia National Laboratories (SNL)" | ||
family-names: Thompson | ||
given-names: Aidan P. | ||
|
||
|
||
date-released: 2021-07-07 | ||
keywords: | ||
- "machine-learning" | ||
- "dft" | ||
license: "BSD-3-Clause" | ||
repository-code: "https://github.com/mala-project/mala" | ||
title: mala | ||
# doi: | ||
version: 0.1.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
Overview | ||
======== | ||
|
||
List of features | ||
**************** | ||
|
||
* General features | ||
|
||
* Central parameters class that holds all necessary parameters and allows for saving and loading for later use | ||
|
||
* Preprocesing of simulation data | ||
|
||
* Calculation of atomic descriptors from simulation data | ||
|
||
* Parsing of LDOS data files | ||
|
||
* Scaling and Conversion of data | ||
|
||
|
||
* Training of Surrogate models | ||
|
||
* Creation, training and evaluation of feed-forward neural networks | ||
|
||
* Training progress can be checkpointed, neural networks can be saved for later use | ||
|
||
* Distributed training with horovod (experimental) | ||
|
||
* (Distributed) hyperparameter optimization with optuna | ||
|
||
* Hyperparameter optimization with orthogonal array tuning and neural architecure search without training (both experimental) | ||
|
||
* Postprocessing of surogate model output | ||
|
||
* LDOS can be used to calculate DOS and/or density | ||
|
||
* Different quantities of interest can be calculated | ||
|
||
* Number of electrons (from LDOS, DOS or density) | ||
|
||
* Band energy (from LDOS or DOS) | ||
|
||
* Total energy (requires QE; from LDOS or DOS + density) | ||
|
||
|
||
Workflow | ||
******** | ||
|
||
The goal of MALA is to build surrogate models for electronic structure theory. | ||
These surrogate models are based on neural networks. After training such | ||
a model, it allows the fast evaluation of the total energy and atomic forces. | ||
MALA is build around Density Functional Theory, but can in | ||
principle be used with all electronic structure methods that calculate the | ||
total energy and atomic forces given atomic positions as input. | ||
Building these surrogate models requires preprocessing | ||
:doc:`preprocessing <preprocessing>` of the data, training of a | ||
:doc:`neural network <neuralnetworks>` and | ||
:doc:`postprocessing <postprocessing>` of the results. | ||
MALA is designed for the investigation of systems at non-zero temperatures and | ||
operates in a "per-grid-point" manner, meaning that every grid point of a | ||
simulation cell is passed through the network individually. |
Oops, something went wrong.