Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 995 Bytes

File metadata and controls

39 lines (25 loc) · 995 Bytes

Input specification

The input format of ATL is TOML. The syntax from TOML is unchanged. The available parameters are different depending on the selected tool.

Users are advised to use the atl_gen_configuration_file utility to generate a template file which can be customized. However, the configuration files can be created from scratch using the sections from below and the appropiate TOML syntax as in the following example:

[database]
database_name = 'test'
...


[database.plot_db]
show = true

...

[generation]
generate_type = ['bulk', 'surface', 'cluster']

Input Formats

Please, check the tool's corresponding section below to learn more about all the available options:

:maxdepth: 1

input_database_generation.md
input_dft.md
input_active_learning.md
input_mlip_benchmarks.md