-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add generated files to .gitignore (#84)
* Add generated files to .gitignore * Fix formatting in gaas-map * Format and rewrap .sec files * Move contribution instructions to the end of the list * Added new cookbook address --------- Co-authored-by: Michele Ceriotti <[email protected]>
- Loading branch information
Showing
16 changed files
with
61 additions
and
69 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 |
---|---|---|
@@ -1 +1,2 @@ | ||
sg_execution_times.rst | ||
all-examples.rst |
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,2 @@ | ||
*.rst | ||
!index.rst |
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 |
---|---|---|
@@ -1,10 +1,9 @@ | ||
cp2k | ||
==== | ||
|
||
CP2K is a quantum chemistry and solid state physics software package | ||
that can perform atomistic simulations of solid state, liquid, | ||
molecular, periodic, material, crystal, and biological systems. | ||
Learn more about it on its | ||
`homepage <https://cp2k.org>`_. | ||
CP2K is a quantum chemistry and solid state physics software package that can | ||
perform atomistic simulations of solid state, liquid, molecular, periodic, | ||
material, crystal, and biological systems. Learn more about it on its `homepage | ||
<https://cp2k.org>`_. | ||
|
||
- examples/batch-cp2k/reference-trajectory |
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 |
---|---|---|
@@ -1,13 +1,11 @@ | ||
LAMMPS | ||
====== | ||
|
||
LAMMPS is a classical molecular dynamics (MD) code, with a | ||
focus on materials simulations. It includes a wealth of interatomic | ||
potentials, and of basic and advanced molecular simulations | ||
techniques, and is highly parallelized using an efficient | ||
domain decomposition scheme. | ||
Learn more about LAMMPS on its | ||
`homepage <https://www.lammps.org>`_. | ||
LAMMPS is a classical molecular dynamics (MD) code, with a focus on materials | ||
simulations. It includes a wealth of interatomic potentials, and of basic and | ||
advanced molecular simulations techniques, and is highly parallelized using an | ||
efficient domain decomposition scheme. Learn more about LAMMPS on its `homepage | ||
<https://www.lammps.org>`_. | ||
|
||
- examples/path-integrals/path-integrals | ||
- examples/heat-capacity/heat-capacity |
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 |
---|---|---|
@@ -1,15 +1,13 @@ | ||
PLUMED | ||
====== | ||
|
||
PLUMED is an open-source, community-developed library that provides | ||
a wide range of different methods, which include enhanced-sampling | ||
algorithms, free-energy methods, tools to analyze the vast amounts | ||
of data produced by molecular dynamics (MD) simulations. | ||
These techniques can be used in combination with a large toolbox of | ||
collective variables that describe complex processes in physics, | ||
chemistry, material science, and biology. | ||
Documentation, examples and installation instructions for the various | ||
packages are discussed on the | ||
`PLUMED website <http://plumed.org>`_. | ||
PLUMED is an open-source, community-developed library that provides a wide range | ||
of different methods, which include enhanced-sampling algorithms, free-energy | ||
methods, tools to analyze the vast amounts of data produced by molecular | ||
dynamics (MD) simulations. These techniques can be used in combination with a | ||
large toolbox of collective variables that describe complex processes in | ||
physics, chemistry, material science, and biology. Documentation, examples and | ||
installation instructions for the various packages are discussed on the `PLUMED | ||
website <http://plumed.org>`_. | ||
|
||
- examples/pi-metad/pi-metad |
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 |
---|---|---|
@@ -1,16 +1,14 @@ | ||
scikit-matter | ||
============= | ||
|
||
scikit-matter is a toolbox of methods developed in the computational chemical | ||
and materials science community, following the scikit-learn API and coding | ||
scikit-matter is a toolbox of methods developed in the computational chemical | ||
and materials science community, following the scikit-learn API and coding | ||
guidelines to promote usability and interoperability with existing workflows. | ||
You can get the latest version from its | ||
`github repository <https://github.com/scikit-learn-contrib/scikit-matter>`_ | ||
and learn how to use it from its | ||
`documentation <https://scikit-matter.readthedocs.io/en/latest/>`_. | ||
You can get the latest version from its `github repository | ||
<https://github.com/scikit-learn-contrib/scikit-matter>`_ and learn how to use | ||
it from its `documentation <https://scikit-matter.readthedocs.io/en/latest/>`_. | ||
|
||
- examples/sample-selection/sample-selection | ||
- examples/roy-gch/roy-gch | ||
- examples/lpr/lpr | ||
- examples/gaas-map/gaas-map | ||
|
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,2 @@ | ||
*.rst | ||
!index.rst |
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