Skip to content

Commit

Permalink
GPAW fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 12, 2024
1 parent 6fe3bb6 commit 0bc62bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ sudo apt install python3-mpi4py cython3 libxc-dev gpaw-data
conda install gpaw -c conda-forge
#pip -q install ase
#pip -q install gpaw
###gpaw test
gpaw test

#Example: https://colab.research.google.com/github/knc6/jarvis-tools-notebooks/blob/master/jarvis-tools-notebooks/GPAW_Colab.ipynb
2 changes: 1 addition & 1 deletion jarvis_leaderboard/installations/ES/qe_linux_make_colab.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash
apt-get install -y libfftw3-3 libfftw3-dev libfftw3-doc
sudo apt-get install -y libfftw3-3 libfftw3-dev libfftw3-doc
git clone https://github.com/QEF/q-e.git
cd q-e
!DFLAGS='-D__FFTW3 ' FFT_LIBS='-lfftw3' ./configure
Expand Down

0 comments on commit 0bc62bb

Please sign in to comment.