Skip to content

Commit

Permalink
Fix bugs in trigonal6 and trigonal7
Browse files Browse the repository at this point in the history
  • Loading branch information
chazeon committed May 21, 2021
1 parent a9cdfbc commit fe8e23b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cij/data/constraints/trigonal6
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c11 = c22
c13 = c23
c14 = -c24 = c56
c15 = -c25 = -c46
c44 = c55
c66 = (c11 - c12) / 2
c16 = c26 = c34 = c35 = c36 = c45 = 0
c15 = -c25 = -c46 = 0
4 changes: 2 additions & 2 deletions cij/data/constraints/trigonal7
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
c11 = c22
c13 = c23
c14 = - c24 = c56 / 2
c15 = - c25 = - c46 / 2
c14 = -c24 = c56
c15 = -c25 = -c46
c44 = c55
c66 = (c11 - c12) / 2
c16 = c26 = c34 = c35 = c36 = c45 = 0

0 comments on commit fe8e23b

Please sign in to comment.