Skip to content

Commit

Permalink
Merge pull request #46 from pyscal/change_hcp
Browse files Browse the repository at this point in the history
Change hcp
  • Loading branch information
srmnitc authored Jul 11, 2024
2 parents d765e1f + c2d39bf commit 7ff436b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 3.2.5
current_version = 3.2.6
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(
name='pyscal3',
version='3.2.5',
version='3.2.6',
author='Sarath Menon',
author_email='[email protected]',
description='Python library written in C++ for calculation of local atomic structural environment',
Expand Down
12 changes: 6 additions & 6 deletions src/pyscal3/data/structure_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@ hcp:
primitive:
species: [1, 1]
box:
- [0.5, -0.866, 0.0]
- [0.5, 0.866, 0.0]
- [1.0, 0.0, 0.0]
- [-0.5, 0.866, 0.0]
- [0.0, 0.0, 1.633]
positions:
- [0.3333333333333333, 0.6666666666666667, 0.25]
- [0.6666666666666667, 0.3333333333333333, 0.75]
- [0.0, 0.0, 0.0]
- [0.3334, 0.6667, 0.5]

dhcp:
primitive:
species: [1, 1, 1, 1]
box:
- [0.5, -0.866, 0.0]
- [0.5, 0.866, 0.0]
- [1.0, 0.0, 0.0]
- [-0.5, 0.866, 0.0]
- [0.0, 0.0, 3.266]
positions:
- [0.0, 0.0, 0.0]
Expand Down

0 comments on commit 7ff436b

Please sign in to comment.