Skip to content

Commit

Permalink
added the section for InputSet and Builder
Browse files Browse the repository at this point in the history
  • Loading branch information
QuantumChemist committed Mar 24, 2024
2 parents f088c32 + eacce5d commit 4b18632
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/user/key_concepts_overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -259,6 +259,9 @@ class ElasticBuilder(Builder):
[...]
```

In case of the `ElaticBuilder`, the step of getting all the items that shall be processed involves finding all deformation documents with the same formula.
In case of the `ElasticBuilder`, the step of getting all the items that shall be processed involves finding all deformation documents with the same formula.
Then during the data and item processing stage, the deformations will be grouped by their parent structures.
Finally, the processed items are compiled into an ElasticDocument from the group of tasks and the new elastic documents are added to the elasticity store.


#TODO exercises?

0 comments on commit 4b18632

Please sign in to comment.