Skip to content

Commit

Permalink
Merge pull request #781 from MichaelWolloch/Fix-SCAN-INCARs-to-have-L…
Browse files Browse the repository at this point in the history
…ELF-=-False

Fixes reference INCARs for MPSCANRelaxSet calculations to correspond …
  • Loading branch information
Zhuoying authored Aug 21, 2023
2 parents 52608a1 + 3440d3d commit 1c1eb93
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 12 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,15 @@ jobs:
steps:
- checkout
- restore_cache:
key: deps-{{ checksum "requirements-ci.txt" }}-{{ checksum "setup.py" }}
key: deps-{{ checksum "setup.py" }}
- run:
name: Install dependencies
command: |
export PATH=$HOME/miniconda3/bin:$PATH
conda create --name test_env python=3.8
source activate test_env
conda install -c conda-forge openbabel gcc_linux-64
pip install -r requirements-ci.txt
pip install .
pip install .[complete]
no_output_timeout: 1h
- run:
name: pytest
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ jobs:
cache: pip
cache-dependency-path: |
setup.py
requirements-ci.txt
python-version: 3.8

- name: Install OpenBabel
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.22
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.44
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.44
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ KSPACING = 0.34292160173571584
LAECHG = True
LASPH = True
LCHARG = True
LELF = True
LELF = False
LMIXTAU = True
LORBIT = 11
LREAL = Auto
Expand Down

0 comments on commit 1c1eb93

Please sign in to comment.