GithubHelp home page GithubHelp logo

axsk / isokann.jl Goto Github PK

View Code? Open in Web Editor NEW
5.0 3.0 3.0 11.93 MB

Julia implementation of the ISOKANN algorithm for the computation of invariant subspaces of Koopman operators

License: MIT License

Julia 0.68% Jupyter Notebook 99.31% Python 0.01%
isokann molecular-dynamics neural-network zib package

isokann.jl's People

Contributors

axsk avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

Forkers

slitvinov csecker

isokann.jl's Issues

Save momentum in Langevin simulations

Currently we re-seed momentum on each (short) tractory, which leads to unphysical results.

This requires to decouple NN input/data from the underlying simulation data, as the former doesn't require the momentum.

Look at the work done in IsoMu.jl

Switch to using Flux.DataLoader

This seems to be the interface we are looking for to decouple data-generation from the actual ISOKANN loop

I can think of two stages, the raw burst-trajectory loader, which then in turn generates the data for the supervised training step.

The former should be fine for a first step.

Release 1.0

We seem to have converged on the API now (assuming #14 turns out as expected).

Alignment of molecules

We need a few alignment methods.
We have aligning 2 frames, aligning trajectories and aligning 3 points.

Maybe we can find "the most stable alignment along isokann"?

Look into save_reactive_coord

We have 2 reaction path files in ISOKANN and one more in VGV

Define an interface

keep an eye out for plotting and saving generically

Remove the old IsoRun

Given that Iso2 now has a working autoplot and seems to be working with adapative sampling it is finally time to get rid of that monster IsoRun.

IsoForce seems to be bugged for T != 1

I wanted to test the sensitivity wrt. to sampling procedure (chi-apapt/uniform) in the DoubleWell example (IsoForce) and test the performance by decreasing the integration timespan.

Turns out that the results for T=1 and T=1. differ vastly.

Something is wrong there.

Example / Tests

We should have all these working, but the interface/usage is not quite clear.

I am thinking of examples/doublewell.jl and so on, demonstrating the according features

  • Double Well (TransformShiftscale)
  • Triple Well (TransformISA)
  • Dialanine (Adaptive Sampling)
  • VGV
  • MOR (IsoMu)

They should double as tests.

add SimulationData type

This is nagging me for a long time and has caused a lot of headaches.

The main problem is that each of these can stand on their own, no clear hierarchy is obvious.

ISOKANN has its own trainings data, which however can differ from the full "coordinate" data.
For visualization however it needs access to the "coordinate" data.
Adaptive sampling complicates this further.

One way of patching them together is via a DataLoader which doubles as data provider for ISOKANN but also holds raw data, and is able to also contain a Simulation.

Where do we attach known reaction coordinates (for visualization) etc?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.