Skip to content

Commit 7ff436b

Browse files
authored
Merge pull request #46 from pyscal/change_hcp
Change hcp
2 parents d765e1f + c2d39bf commit 7ff436b

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 3.2.5
2+
current_version = 3.2.6
33
commit = True
44
tag = True
55

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
setup(
99
name='pyscal3',
10-
version='3.2.5',
10+
version='3.2.6',
1111
author='Sarath Menon',
1212
author_email='[email protected]',
1313
description='Python library written in C++ for calculation of local atomic structural environment',

src/pyscal3/data/structure_data.yaml

+6-6
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@ hcp:
6363
primitive:
6464
species: [1, 1]
6565
box:
66-
- [0.5, -0.866, 0.0]
67-
- [0.5, 0.866, 0.0]
66+
- [1.0, 0.0, 0.0]
67+
- [-0.5, 0.866, 0.0]
6868
- [0.0, 0.0, 1.633]
6969
positions:
70-
- [0.3333333333333333, 0.6666666666666667, 0.25]
71-
- [0.6666666666666667, 0.3333333333333333, 0.75]
70+
- [0.0, 0.0, 0.0]
71+
- [0.3334, 0.6667, 0.5]
7272

7373
dhcp:
7474
primitive:
7575
species: [1, 1, 1, 1]
7676
box:
77-
- [0.5, -0.866, 0.0]
78-
- [0.5, 0.866, 0.0]
77+
- [1.0, 0.0, 0.0]
78+
- [-0.5, 0.866, 0.0]
7979
- [0.0, 0.0, 3.266]
8080
positions:
8181
- [0.0, 0.0, 0.0]

0 commit comments

Comments
 (0)