Geometric Numerical Integration and Applications


Here we collect some Fortran codes. We hope the programs will be useful for your own research. Any criticism on your part will be very welcome.


 

1- Splitting methods for near-integrable systems

For a description of the methods, see the following two references:


The zip file ProgramsNI.zip contains a directory with the following Fortran codes:

In addition, the file ReadmeNearIntegrableSystem.pdf contains some notes explaining the use of the codes.





2- An efficient algorithm for the time integration of the Schrödinger equation
 
  The algorithm, based on symplectic splitting methods, is described in the paper

 The compressed file FilesSplittingMethods.zip contains the relevant files to carry out the computation of u(t) = exp(-i H t) u_0 with the new schemes.
 The user should read first the notes contained in this file.

 To further illustrate the use of the algorithm, we include in the file FilesFigures34.zip all the codes needed to work out Example 1 of the paper and
 generate Figures 3 and 4. Again, these notes should be read in advance.