Skip to content

Commit

Permalink
Added force_real for finding force in real space
Browse files Browse the repository at this point in the history
  • Loading branch information
ErolBa committed Oct 7, 2024
1 parent 7be3244 commit 95c9bae
Show file tree
Hide file tree
Showing 4 changed files with 415 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ target_compile_options(spec3p
# $<$<Fortran_COMPILER_ID:Intel>:-r8>
)

set(ALLFILES manual rzaxis packxi volume coords basefn memory metrix ma00aa matrix spsmat spsint mp00ac ma02aa packab tr00ab curent df00ab lforce intghs mtrxhs lbpol brcast dfp100 dfp200 dforce newton casing bnorml jo00aa pp00aa pp00ab bfield stzxyz hesian ra00aa numrec dcuhre minpack iqpack rksuite i1mach d1mach ilut iters sphdf5 preset global xspech)
set(ALLFILES manual rzaxis packxi volume coords basefn memory metrix ma00aa matrix spsmat spsint mp00ac ma02aa packab tr00ab curent df00ab lforce force_real force_real_helper intghs mtrxhs lbpol brcast dfp100 dfp200 dforce newton casing bnorml jo00aa pp00aa pp00ab bfield stzxyz hesian ra00aa numrec dcuhre minpack iqpack rksuite i1mach d1mach ilut iters sphdf5 preset global xspech)
string(REPLACE ";" " " ALLFILES_STR "${ALLFILES}")

# Build spec executable
Expand Down
Loading

0 comments on commit 95c9bae

Please sign in to comment.