Skip to content

Commit 6730b03

Browse files
authored
Merge pull request #233 from simonwengert/fix_doc_typo
Fixed typos in README.md
2 parents 3fedebe + 09cd119 commit 6730b03

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# Overview
22

3-
Workflow is A Python toolkit for building interatomic potential creation and atomistic simulation workflows.
3+
Workflow is a Python toolkit for building interatomic potential creation and atomistic simulation workflows.
44

5-
The main functions of Workflow is to efficiently parallelise operations over a set of atomic configurations (Atomic Simulation Environment's "Atoms" objects). Given an operation that is defined to act a single configuration (e.g. evaluate energy of a structure with CASTEP ASE calculator), Workflow may apply the operation to multiple configurations in parallel. Workflow also interfaces with [ExPyRe](https://github.com/libAtoms/ExPyRe/tree/main/expyre) to manage evaluation of (autoparallelized) python functions via a queueing system on a (remote) cluster.
5+
The main functions of Workflow is to efficiently parallelise operations over a set of atomic configurations (Atomic Simulation Environment's "Atoms" objects). Given an operation that is defined to act on a single configuration (e.g. evaluate energy of a structure with CASTEP ASE calculator), Workflow may apply the operation to multiple configurations in parallel. Workflow also interfaces with [ExPyRe](https://github.com/libAtoms/ExPyRe/tree/main/expyre) to manage evaluation of (autoparallelized) Python functions via a queueing system on a (remote) cluster.
66

7-
For examples and more information see [docummentation](https://libatoms.github.io/workflow/)
7+
For examples and more information see [documentation](https://libatoms.github.io/workflow/)
88

99

0 commit comments

Comments
 (0)