Skip to content

Commit

Permalink
update libint max angular momentum
Browse files Browse the repository at this point in the history
  • Loading branch information
tjira committed Jul 26, 2024
1 parent cdf0055 commit 599733f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/libint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

# clone the repository
git clone https://github.com/evaleev/libint.git libint
git clone --depth 1 https://github.com/evaleev/libint.git libint

# compile libint
cd libint && ./autogen.sh && ./configure CXX=g++ CXXFLAGS="-march=native -s -O3" --prefix="$PWD/install" --enable-1body=1 --enable-eri=1 --with-max-am=6 && make -j2 && make install && cd ..
cd libint && ./autogen.sh && ./configure CXX=g++ CXXFLAGS="-march=native -s -O3" --prefix="$PWD/install" --enable-1body=1 --enable-eri=1 --with-max-am=4 && make -j2 && make install && cd ..

0 comments on commit 599733f

Please sign in to comment.