Skip to content

Commit

Permalink
Add two test sets
Browse files Browse the repository at this point in the history
  • Loading branch information
atztogo committed Aug 24, 2020
1 parent da5df03 commit 35e210e
Show file tree
Hide file tree
Showing 3 changed files with 964 additions and 3 deletions.
5 changes: 2 additions & 3 deletions phono3py/sscha/sscha.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,8 @@ class DispCorrMatrixMesh(object):
"""

def __init__(self, primitive, supercell):
self._d2f = DynmatToForceConstants(primitive,
supercell,
is_full_fc=True)
self._d2f = DynmatToForceConstants(
primitive, supercell, is_full_fc=True)

@property
def commensurate_points(self):
Expand Down
Loading

0 comments on commit 35e210e

Please sign in to comment.