Skip to content
Snippets Groups Projects
Commit ec87d5c7 authored by adaramo2's avatar adaramo2
Browse files

Edit cp2k_input.py

parent 59920a53
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@ class CP2KInputGenerator(QMainWindow):
# MD Steps, Stride, MD Each
form_layout.addWidget(QLabel("MD Steps:"))
self.md_steps_input = QLineEdit("1000")
self.md_steps_input = QLineEdit("100")
form_layout.addWidget(self.md_steps_input)
form_layout.addWidget(QLabel("Stride:"))
self.stride_input = QLineEdit("3")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment