Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changing the parameters in default.ini has no effect on running speed. Why? #55

Open
Tangbbmc opened this issue Oct 5, 2024 · 1 comment

Comments

@Tangbbmc
Copy link

Tangbbmc commented Oct 5, 2024

When I increased the number of md simulation steps (nsteps) to 5000000 by editing default.ini file. But the running speed did not correspondingly decreased. The new edited *.int file was executed by using -c flag.

@Aunity
Copy link
Collaborator

Aunity commented Oct 16, 2024

Could you please show me your int file? See the https://github.com/dptech-corp/Uni-GBSA/blob/master/unigbsa/data/default.ini file for details. You need to change the parameter of mode in [simulation] to md, like this:

; parameters for simulation
[simulation]
; input pose process method: 
;   input   -   just use input pose to calculation
;   em      -   run a simple energy minimizaion for the input poses
;   md      -   run a md simulation for the input poses
mode = md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants