gnrs.generation¶
gnrs.generation.generation_task¶
This module provides the StructureGenerationTask class for performing structure generation tasks.
This source code is licensed under the BSD-3-Clause license found in the LICENSE file in the root directory of this source tree.
- class gnrs.generation.generation_task.StructureGenerationTask[source]¶
Bases:
TaskABCTask for generating crystal structures.
Initialize the structure generation task.
- Parameters:
comm – MPI communicator
config – Config dictionary
gnrs_info – Genarris info dictionary
- pack_settings()[source]¶
Pack settings needed for structure generation.
- Returns:
Task settings dictionary
- Return type:
- print_settings(task_set)[source]¶
Print settings for the generation task.
- Parameters:
task_set (dict) – Task settings dictionary
- Return type:
None