Skip to content

Commit

Permalink
Minor updates for phonopy version dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Jun 18, 2020
1 parent 7088879 commit 768ddcf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ The following packages are required.

* aiida-core v1.2.1
* aiida-vasp v1.0.0
* phonopy v2.7.0
* phonopy v2.6.1
* seekpath

Currently only aiida-vasp can be used as the calculator plugin.
Expand Down
2 changes: 1 addition & 1 deletion docs/phonopy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ aiida-phonopy calculation of rocksalt NaCl.
builder.code_string = Str('phonopy@nancy')
builder.phonon_settings = Dict(
dict={'mesh': 50.0,
'supercell_matrix': [1, 1, 1],
'supercell_matrix': [2, 2, 2],
'distance': 0.01,
'is_nac': True})
builder.symmetry_tolerance = Float(1e-5)
Expand Down
2 changes: 1 addition & 1 deletion setup.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
],
"license": "MIT license",
"install_requires": [
"phonopy>=2.6.0",
"phonopy>=2.6.1",
"numpy",
"seekpath",
"aiida-core>=1.2.1,<2.0.0",
Expand Down

0 comments on commit 768ddcf

Please sign in to comment.