Skip to content

Commit

Permalink
...EJB
Browse files Browse the repository at this point in the history
  • Loading branch information
ebylaska committed Dec 6, 2023
1 parent 946f235 commit 2a2c3f0
Show file tree
Hide file tree
Showing 2 changed files with 83 additions and 0 deletions.
43 changes: 43 additions & 0 deletions QA/BAND/band.nw
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
title "hello"
echo

start test
memory 1900 mb

permanent_dir ./perm
scratch_dir ./perm

geometry units angstroms print xyz noautosym noautoz nocenter
C 0.85931 0.43132 0.46733
H 0.47301 0.60453 -0.55591
H 0.46882 -0.54190 0.84657
H 1.96121 0.40261 0.45051
H 1.74300 -1.79661 -1.42196
end

#charge +1

set nwpw:kbpp_ray .true.
set nwpw:kbpp_filter .true.
nwpw
2d-hcurve
simulation_cell
fcc 38.0
ngrid 8 8 8
end
cutoff 30.0
xc lda
lmbfgs
np_dimensions -1 -1 2
steepest_descent
#geometry_optimize
loop 1 1
end
#monkhorst-pack 3 3 3
vectors input jjj.movecs output jjj.movecs
#vectors output jjj.movecs

end

task band steepest_descent

40 changes: 40 additions & 0 deletions QA/BAND/band0.nw
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
title "hello"
echo

start test
memory 1900 mb

permanent_dir ./perm
scratch_dir ./perm

geometry units angstroms print xyz noautosym noautoz nocenter
C 0.85931 0.43132 0.46733
H 0.47301 0.60453 -0.55591
H 0.46882 -0.54190 0.84657
H 1.96121 0.40261 0.45051
H 1.74300 -1.79661 -1.42196
end

#charge +1

set nwpw:kbpp_ray .true.
set nwpw:kbpp_filter .true.
nwpw
2d-hcurve
simulation_cell
fcc 38.0
#ngrid 4 4 4
end
cutoff 10.0
xc pbe
lmbfgs
monkhorst-pack 3 3 3
steepest_descent
loop 10 1000
end


end

task band steepest_descent

0 comments on commit 2a2c3f0

Please sign in to comment.