Skip to content

Commit cc6688a

Browse files
authored
Update Dataset_Preparation.rst
1 parent 244366a commit cc6688a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/Machine_Learning_Force_Fields/Dataset_Preparation.rst

+1-3
Original file line numberDiff line numberDiff line change
@@ -473,8 +473,6 @@ Step 4: Convert All DFT Structures to ML-Ready Format
473473
474474
python compact_input.py --pos merged_positions.xyz --frc merged_forces.xy
475475
476-
4. **Pick DFT Structures for Training the Model**
477-
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
478476
Use `consolidate.py` to pick random structures suitable for ML training:
479477

480478
.. code-block:: bash
@@ -510,7 +508,7 @@ Step 4: Convert All DFT Structures to ML-Ready Format
510508
* `MD_random_dataset`: random structures picked from MD data.
511509
* `random_dataset`: random structures from the whole dataset.
512510

513-
Choose the subset preferred for your method and convert according `xyz` file to `npz` using:
511+
Choose the subset preferred for your method and convert according `xyz` file to `npz` format using:
514512

515513
.. code-block:: bash
516514

0 commit comments

Comments
 (0)