We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 571cd87 commit 0eb2ec3Copy full SHA for 0eb2ec3
2 files changed
.github/workflows/build.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Build
27
run: |
28
# add packages that are supposed to be built to this list
29
- for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol
+ for package in fairchem-core fairchem-data-oc fairchem-demo-ocpapi fairchem-applications-cattsunami fairchem-data-omol fairchem-lammps
30
do
31
pushd packages/$package
32
hatch build
docs/_toc.yml
@@ -15,7 +15,7 @@ parts:
15
- file: core/uma
16
- file: core/common_tasks/summary
17
sections:
18
- - file: core/common_tasks/ase_calculator_and_inference
+ - file: core/common_tasks/ase_calculator
19
- file: core/common_tasks/lammps
20
- file: core/common_tasks/batch_inference
21
- file: core/common_tasks/ase_dataset_creation
0 commit comments