1
0
mirror of https://github.com/TREX-CoE/trexio.git synced 2024-07-22 18:57:39 +02:00

fix error in the ECP example

This commit is contained in:
q-posev 2021-10-25 16:59:50 +02:00
parent 60380da0df
commit 9e53671252

View File

@ -206,8 +206,8 @@ H-ccECP GEN 0 1
#+BEGIN_EXAMPLE
num = 8
# lmax+1 per atom
max_ang_mom_plus_1 = [ 1, 1 ]
# lmax+1 per atom: 0 here because no core electrons to be removed
max_ang_mom_plus_1 = [ 0, 0 ]
# number of core electrons to remove per atom
zcore = [ 0, 0 ]