From d4953f20650999dc54a695531a14ac981325a1ae Mon Sep 17 00:00:00 2001 From: Holger Kruse Date: Fri, 5 Jun 2020 11:41:16 +0200 Subject: [PATCH] enable gei in ciopt --- docs/manual.rst | 3 +- docs/prog_interface.rst | 4 +- extralibs/make.in | 2 +- src/ciopt.f90 | 185 +++++++++++++++++++++------------------- src/eval_opt.f90 | 10 ++- src/getgrad.F90 | 28 ++++-- src/progs.f90 | 2 + 7 files changed, 131 insertions(+), 103 deletions(-) diff --git a/docs/manual.rst b/docs/manual.rst index 327475e..0b91ab6 100644 --- a/docs/manual.rst +++ b/docs/manual.rst @@ -14,11 +14,12 @@ and allows code re-use and sharing as long as credits are given. Much of the development has been done in my free time and I learned a lot with this project. If you find bugs or have suggestions please write to me or open an issue on github. +If you publish work using this code plesae be so kind to notify about the reference. It will help me secure future funding. How to cite *********** -For proper technical documentation cite the git version, github repository and authors, e.g.: +There is not yet any scientific publication for xopt. However, for proper technical documentation please cite the git version, github repository and authors. The version can be found in the output, e.g.: ``H.Kruse, https://github.com/hokru/xopt, version v2.0b-1-g7434`` diff --git a/docs/prog_interface.rst b/docs/prog_interface.rst index e6eccd3..8a54274 100644 --- a/docs/prog_interface.rst +++ b/docs/prog_interface.rst @@ -75,7 +75,7 @@ following format in a.u.:: -The default name of the script is ``mygrad.sh`` and the default gradient file is ``xopt.grad`` +The default name of the script is ``mygrad.sh`` and the default gradient file is ``xopt.grad``. The script name can be changed either in the .xoptrc options or with ``-gei_command