Skip to content

Commit 53af765

Browse files
authored
Merge pull request #18 from kudoryutaro/fukushima
Fukushima
2 parents 5abb3ae + 337a022 commit 53af765

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package/KudoCop/analyze/dmol3.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ def dmol3_calc(self, calc_directory='dmol_calc', **kwargs):
5555
self.atoms_calc.calc = calc
5656

5757
def dmol3_md(self, calc_label='dmol3_md', calc_directory='dmol3_md', np=1,
58-
ensemble='NVE', temperature=300.0, time_step=1.0, number_of_steps=1000, exist_ok=False, max_memory=2048, print_outmol=True, scf_density_convergence=1.000000e-05,
58+
ensemble='NVT', temperature=300.0, time_step=1.0, number_of_steps=1000, exist_ok=False, max_memory=2048, print_outmol=True, scf_density_convergence=1.000000e-05,
59+
functional='pbe',
5960
integration_grid='medium', basis='dnp', cutoff_Global=3.2000, scf_iterations=50, run=False, save_rundmol3_sh=False, save_qsub_script=False):
6061
"""DMol3を用いて第一原理分子動力学を行う.
6162
@@ -133,7 +134,7 @@ def dmol3_md(self, calc_label='dmol3_md', calc_directory='dmol3_md', np=1,
133134
Forces on
134135
Basis {basis}
135136
Pseudopotential none
136-
Functional pwc
137+
Functional {functional}
137138
Harris off
138139
Aux_density hexadecapole
139140
Integration_grid {integration_grid}

0 commit comments

Comments
 (0)