mirror of
https://github.com/cp2k/cp2k.git
synced 2026-07-21 06:25:15 -04:00
| .. | ||
| README | ||
| scriptmini.f90 | ||
| scriptmini.in | ||
| scriptmini_eval | ||
# # a quite general derivative free approach to minimize stuff. # basically scriptmini.f90 will compile into an executable which will # minimize the script called scriptmini_eval # communication between scriptmini.x and scriptmini_eval is through two files # scriptmini_eval.in and scriptmini_eval.out # the former contains the variables at which scriptmini_eval should evaluate the objective function # while the later should contain the value of the objective function at these variables # # The 2 line how to goes as : # gfortran -O2 -o scriptmini.x scriptmini.f90 ./scriptmini.x < scriptmini.in