Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 769 Bytes

basic_usage.rst

File metadata and controls

22 lines (17 loc) · 769 Bytes

Getting started with MALA

The following guide gives an introduction on how to use MALA. It follows the basic examples in the official MALA repository and covers all necessary steps to build and use an ML-DFT model with MALA. Advanced features and performance tweaks are ignored, and instead covered in :doc:`the advanced section <advanced_usage>`.

This also refers to hardware acceleration of computations. This guide will help you familiarize yourself with the MALA code, but always assume execution on a single CPU; GPU usage and CPU parallelization are covered in the advanced section as well.

.. toctree::
   :maxdepth: 1

   basic_usage/trainingmodel
   basic_usage/more_data
   basic_usage/hyperparameters
   basic_usage/predictions