You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/CONTRIBUTE.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -16,11 +16,14 @@ nature of your contribution:
16
16
17
17
- Bartosz Brzoza (Bugfixes, GNN implementation)
18
18
- Timothy Callow (Grid-size transferability)
19
+
- Petr Cagas (Sample data management and data generation)
20
+
- Matthew Campbell (Active learning)
19
21
- Attila Cangi (Scientific supervision)
20
22
- Austin Ellis (General code infrastructure)
21
23
- Omar Faruk (Training parallelization via horovod)
22
24
- Lenz Fiedler (General code development and maintenance)
23
25
- James Fox (GNN implementation)
26
+
- James Goff (ACE descriptors and forces)
24
27
- Nils Hoffmann (NASWOT method)
25
28
- Kyle Miller (Data shuffling)
26
29
- Daniel Kotik (Documentation and CI)
@@ -33,7 +36,7 @@ nature of your contribution:
33
36
- Siva Rajamanickam (Scientific supervision)
34
37
- Josh Romero (GPU usage improvement for model tuning)
35
38
- Steve Schmerler (Uncertainty quantification)
36
-
- Adam Stephens (Uncertainty quantification work)
39
+
- Adam Stephens (Uncertainty quantification)
37
40
- Hossein Tahmasbi (Minterpy descriptors)
38
41
- Aidan Thompson (Descriptor calculation)
39
42
- Sneha Verma (Tensorboard interface)
@@ -113,7 +116,7 @@ If you add additional dependencies, make sure to add them to `requirements.txt`
113
116
if they are required or to `setup.py` under the appropriate `extras` tag if
114
117
they are not.
115
118
Further, in order for them to be available during the CI tests, make sure to
116
-
add _required_ dependencies to the appropriate environment files in folder `install/` and _extra_ requirements directly in the `Dockerfile` for the `conda` environment build.
119
+
add _required_ dependencies to the appropriate environment files in folder `pipeline/` and _extra_ requirements directly in the `Dockerfile` for the `conda` environment build.
0 commit comments