Skip to content

Coarse-Grained Go-model protein MD simluation based on OpenMM written in C++.

Notifications You must be signed in to change notification settings

mash-it/mashmol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#mashmol

Coarse-Grained Go-model protein MD simluation based on OpenMM written in C++.

Environment and Dependency

Installation

$ make

and pray

Usage

$ python pdb2force.py foo.pdb > input.json
$ ./mashmol input.json

and see output.pdb and output.ts

入力ファイル (JSON) を読ませる形式。入力ファイルは PDB から pdb2force.py で自動生成できる。

結果は output.pdb および output.ts として生成される。

あとは pdb2force.py の中を見て、適当にパラメータとかいじる。

issue

  • 計算が遅すぎる
    • 並列化するとかえって遅い
    • 何か致命的な部分があるのか、それとも単に OpenMM が数百粒子というスケールに合わないのか

About

Coarse-Grained Go-model protein MD simluation based on OpenMM written in C++.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published