Commit Graph

9 Commits

Author SHA1 Message Date
David Bowler d0192f4df4 Merge branch 'develop' into f-rework-output 2022-09-29 13:48:48 +01:00
David Bowler e919e5aa95 On-going updates to output reworking (cg, sqnm, md)
CG and SQNM output now all work.

Found issue in CG with backtracking line-min where use of PR gave
gamma of zero consistently, but FR works; now default to FR if PR
gives gamma < 0

MD reworking underway
2022-09-27 08:11:24 +01:00
David Bowler 303ebaf4e9 Continue reworking output at start of simulation 2022-09-23 15:44:07 +01:00
Dave Bowler ce0a7229c5 Use spline routine to set zero derivatives at ends for PCC charge
Introduce option to set derivatives at start and end of table
when reading radial tables.  Specifically used to ensure PCC
charge derivative goes to zero at r=0.
2022-08-04 11:51:34 +01:00
David Bowler e1078ce276 Changed assignment of atomicnum
The variable atomicnum from dimens_module.f90 is integer, so we
need to round it appopriately now that z is real; I have added
a call to nint to do this.
2020-05-15 09:29:25 +01:00
Tsuyoshi Miyazaki 8162d33368 Debug: changed the type of z (member of pseudo_info) from integer to real
Debug: changed the type of z (member of pseudo_info) from integer to real,
following the change of the format of *.ion file.
(I have changed the type in MakeIonFiles and forgot to change it in CONQUEST.)
2020-05-15 02:02:02 +09:00
David Bowler 64018d6be7 Merge branch 'master' of https://github.com/OrderN/ConquestSource into import 2020-01-24 15:42:50 +00:00
David Bowler df44277468 Merge branch 'master' of https://github.com/OrderN/ConquestSource into import 2020-01-24 11:42:29 +00:00
David Bowler ba4f2d1900 Merge remote-tracking branch 'conquest-source/master' into import
This is the first stage of the import from the current Conquest
repository into the release repository.
2019-12-20 16:47:55 +00:00