Skip to content

Releases: vguada/FindBounce

1.1.0

04 May 16:38
Compare
Choose a tag to compare

New public release with some useful functionality for asymmetric potentials.

Added

  • New method (option value) "FiniteDifference" for numerical evaluation
    of derivatives used by options "Gradient" and "Hessian".
  • New option value "MidFieldPoint"->Automatic for improved segmentation procedure.
  • Package compatibility with Mathematica 12.1 .

1.0.0

03 Feb 16:00
8cbb18d
Compare
Choose a tag to compare

The first public release of the FindBounce package.

Added

  • Additional "CoefficientsExtension" property of BounceFunction.
  • Option names autocomplete functionality (in notebooks).
  • New and improved documentation examples.

Changed

  • Accurate representation of extended bounce method with "Bounce" property of BounceFunction.
  • All option names are strings.

0.2.0

19 Dec 09:36
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release

Pre-release with the following new / changed features:

  • New documentation format compatible with Mathematica help centre.
  • Improved argument correctness checking.
  • Returned values of coefficients in BounceFunction always have same depth.
  • FindBounce function options "InitialRadius" and "InitialRadiusAccuracyGoal" are removed.
  • BounceFunction property "FieldPoints" is removed. The same information is obtained as length of "Path" list.

0.1.0

15 Nov 12:52
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release

The first pre-release!

New features:

  • Function FindBounce which implements content described in paper Guada et al. (2019).
  • Helper functions for visualisation BounceFunction and BouncePlot.
  • Documentation with executable examples in notebook format.