Skip to content

Commit

Permalink
QE fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
knc6 committed Oct 12, 2024
1 parent 162dac0 commit 080f8ba
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions jarvis_leaderboard/installations/ES/qe_linux_conda_colab.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
#!/bin/bash
# May not be efficient
conda install qe -c conda-forge
#sudo apt-get update
#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
#make pw
# make ph
# Example: https://colab.research.google.com/github/knc6/jarvis-tools-notebooks/blob/master/jarvis-tools-notebooks/JARVIS_QuantumEspressoColab_Basic_Example.ipynb
4 changes: 2 additions & 2 deletions jarvis_leaderboard/installations/ES/qe_linux_make_colab.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo apt-get update
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
make pw
#DFLAGS='-D__FFTW3 ' FFT_LIBS='-lfftw3' ./configure
#make pw
# make ph
# Example: https://colab.research.google.com/github/knc6/jarvis-tools-notebooks/blob/master/jarvis-tools-notebooks/JARVIS_QuantumEspressoColab_Basic_Example.ipynb

0 comments on commit 080f8ba

Please sign in to comment.