Skip to content

Commit

Permalink
clean up scripts folder
Browse files Browse the repository at this point in the history
  • Loading branch information
axsk committed Aug 22, 2024
1 parent 7cf78d6 commit b2e0bf7
Show file tree
Hide file tree
Showing 11 changed files with 7 additions and 30 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
30 changes: 0 additions & 30 deletions scripts/thesis.jl

This file was deleted.

7 changes: 7 additions & 0 deletions scripts/trpcage.jl
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
sim = OpenMMSimulation(pdb="data/2jof-processed.pdb", forcefields=ISOKANN.OpenMM.FORCE_AMBER_IMPLICIT, features=ISOKANN.OpenMM.noHatoms("data/2jof-processed.pdb"), steps=100, temp=360)

data = SimulationData(sim, nx=100, nk=8)

iso = Iso2(data, model=pairnet(data, activation=Flux.swish, layers=4), gpu=true, opt=AdamRegularized(1e-4, 1e-5), minibatch=100, loggers=[ISOKANN.autoplot(10)])

runadaptive!(iso, generations=1000, nx=3, cutoff=2000, iter=500, keepedges=true)
File renamed without changes.

0 comments on commit b2e0bf7

Please sign in to comment.