-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathread.me
11 lines (7 loc) · 833 Bytes
/
read.me
1
2
3
4
5
6
7
8
9
10
11
Wed 18 Sep 11:48:58 CEST 2024
The following is a generic implentation of a Euler-lagrange solver using the Thomas' method based on:
G. Rotskoff et al, PRE 95, 012148 (2017)
It employs two class objects 1) a 'node' and 2) a 'string'. The node represents the control variables to be changed, and must return values of the friction matrix and its derivatives i.e. is customized depending on the system. The string, on the other hand, represents the generic solver for a collection of nodes representing a control protocol (path) with fixed boundaries.
Implentation is tested against analytical results known for a harmonic trap where trap speed and stiffness are taken as control parameters as done in
P. Zulkowski et al, PLOS one, 8, e82754 (2013)
The implementation may additionally include fixed segment length constraints.