Skip to content

Commit 7c37081

Browse files
committed
Merge branch 'develop' into release-2.0
2 parents 38ddf52 + 695d739 commit 7c37081

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

README.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# abICS
2-
ab-Initio Configuration Sampling tool kit (abICS) is a Python code (library and application) for Metropolice Monte Carlo.
2+
abICS is a software framework for training a machine learning model to
3+
reproduce first-principles energies and then using the model to perform
4+
configurational sampling in disordered systems.
5+
Specific emphasis is placed on multi-component solid state systems such as metal and oxide alloys.
6+
The current version of abics can use neural network models implemented in aenet to be used as
7+
the machine learning model. As of this moment, abICS can also generate Quantum Espresso, VASP,
8+
and OpenMX input files for obtaining the reference training data for the machine learning model.
39

410
## Requirement
511

@@ -38,8 +44,8 @@ $ pip3 install abics
3844

3945
will install abICS and dependencies.
4046

41-
If you want to change the directory where installed,
42-
add `--user` option or `--prefix=DIRECTORY` option into the above command as
47+
If you want to change the directory where abICS is installed,
48+
add `--user` option or `--prefix=DIRECTORY` option to the above command as
4349

4450
``` bash
4551
$ pip3 install --user abics

docs/sphinx/en/source/tutorial/aenet.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Preparation of the QE reference file
136136
Place the input file to be referenced in the QE scf calculation in ``baseinput_ref``.
137137
The following is a description of the ``scf.in`` file in the sample directory.
138138

139-
.. code-block::
139+
::
140140

141141
&CONTROL
142142
calculation = 'relax'
@@ -227,7 +227,7 @@ In the tutorial we will use ``Al.fingerprint.stp``, ``Mg.fingerprint.stp`` and s
227227

228228
As an example, the content of ``Al.fingerprint.stp`` is shown below:
229229

230-
.. code-block ::
230+
::
231231

232232
DESCR
233233
N. Artrith and A. Urban, Comput. Mater. Sci. 114 (2016) 135-150.
@@ -249,7 +249,7 @@ Please refer to the aenet documentation for more information on descriptor setti
249249

250250
Next, prepare a file named ``generate.in.head`` as follows
251251

252-
.. code-block ::
252+
::
253253

254254
OUTPUT aenet.train
255255

@@ -278,7 +278,7 @@ which reads the training data generated by ``generate`` and trains,
278278
in the ``train`` directory.
279279
The file name should be ``train.in``.
280280

281-
.. code-block ::
281+
::
282282

283283
TRAININGSET aenet.train
284284
TESTPERCENT 10
@@ -309,7 +309,7 @@ predict
309309
Place the input file ``predict.in`` for ``predict.x`` in the ``predict`` directory
310310
to evaluate the energy for the input coordinates using the trained potential model.
311311

312-
.. code-block ::
312+
::
313313

314314
TYPES
315315
2

docs/sphinx/en/source/tutorial/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tutorial
44

55
In this tutorial, we demonstrate the calculation of the degree of inversion of Mg and Al atoms
66
in an ionic crystal :math:`{\rm Mg}{\rm Al}_2 {\rm O}_4`.
7-
Input files are provided in ``examples/spinel/`` .
7+
Input files are provided in ``examples/active_learning_qe/`` .
88

99
.. toctree::
1010
:maxdepth: 2

docs/sphinx/ja/source/tutorial/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
***************************
44

55
このチュートリアルでは多元系イオン結晶 :math:`{\rm Mg}{\rm Al}_2 {\rm O}_4` の Mg, Al 原子の反転度計算を例に、abICSの利用方法について説明します。
6-
入力ファイルは ``examples/spinel/`` にあります。
6+
入力ファイルは ``examples/active_learning_qe/`` にあります。
77

88
.. toctree::
99
:maxdepth: 2

0 commit comments

Comments
 (0)