Skip to content

Commit cf09e2c

Browse files
authored
Merge pull request #15 from peastman/init
Mark that molecule has been initialized
2 parents 52d4373 + 8758e28 commit cf09e2c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,14 +43,14 @@ jobs:
4343
-e "s/@GCC_VERSION@/${{ matrix.gcc-version }}.*/g" \
4444
devtools/conda-envs/build-${{ matrix.os }}.yml
4545
46-
- uses: conda-incubator/setup-miniconda@v2
46+
- uses: conda-incubator/setup-miniconda@v3
4747
name: "Prepare base dependencies"
4848
with:
4949
python-version: ${{ matrix.python-version }}
5050
activate-environment: build
5151
environment-file: devtools/conda-envs/build-${{ matrix.os }}.yml
5252
auto-activate-base: false
53-
miniforge-variant: Mambaforge
53+
miniforge-variant: Miniforge3
5454
use-mamba: true
5555

5656
- name: "Set SDK on MacOS (if needed)"

openmmapi/src/XtbForceImpl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ double XtbForceImpl::computeForce(ContextImpl& context, const vector<Vec3>& posi
101101
else if (owner.getMethod() == XtbForce::GFNFF)
102102
xtb_loadGFNFF(env, mol, calc, NULL);
103103
checkErrors();
104+
hasInitializedMolecule = true;
104105
}
105106
checkErrors();
106107

0 commit comments

Comments
 (0)