Skip to content

Commit 68997d8

Browse files
pmrvjan-janssen
andauthored
Remove pyxtal wrapper (#405)
This lives now directly in the assyst package >0.8.1 Co-authored-by: Jan Janssen <jan-janssen@users.noreply.github.com>
1 parent b93085c commit 68997d8

File tree

7 files changed

+1
-191
lines changed

7 files changed

+1
-191
lines changed

.ci_support/environment-old.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,9 @@ dependencies:
1010
- plotly =4.14.3
1111
- pymatgen =2022.2.1
1212
- pyscal3 =3.2.5
13-
- pyxtal =0.5.5
1413
- scikit-learn =1.2.1
1514
- scipy =1.9.3
1615
- spglib =1.16.5
1716
- sqsgenerator =0.2
1817
- hatchling =1.27.0
19-
- hatch-vcs =0.4.0
18+
- hatch-vcs =0.4.0

.ci_support/environment.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ dependencies:
1414
- plotly =6.3.1
1515
- pymatgen =2025.6.14
1616
- pyscal3 =3.3.0
17-
- pyxtal =1.1.1
1817
- scikit-learn =1.7.2
1918
- scipy =1.16.2
2019
- spglib =2.6.0

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ stk.plot3d(structure)
4848
* `stk.build.high_index_surface()`
4949
* `stk.build.get_high_index_surface_info()`
5050
* `stk.build.sqs_structures()`
51-
* `stk.build.pyxtal()`
5251
* `stk.build.B2()`
5352
* `stk.build.C14()`
5453
* `stk.build.C15()`

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ phonopy = [
5656
"phonopy==2.43.2",
5757
"spglib==2.6.0",
5858
]
59-
pyxtal = ["pyxtal==1.1.1"]
6059

6160
[tool.ruff]
6261
exclude = [".ci_support", "tests", "setup.py", "_version.py"]

structuretoolkit/build/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
from structuretoolkit.build.aimsgb import get_grainboundary_info, grainboundary
22
from structuretoolkit.build.compound import B2, C14, C15, C36, D03
33
from structuretoolkit.build.mesh import create_mesh
4-
from structuretoolkit.build.random import pyxtal
54
from structuretoolkit.build.sqs import sqs_structures
65
from structuretoolkit.build.surface import (
76
get_high_index_surface_info,
@@ -17,7 +16,6 @@
1716
"C36",
1817
"D03",
1918
"create_mesh",
20-
"pyxtal",
2119
"sqs_structures",
2220
"get_high_index_surface_info",
2321
"high_index_surface",

structuretoolkit/build/random.py

Lines changed: 0 additions & 107 deletions
This file was deleted.

tests/test_pyxtal.py

Lines changed: 0 additions & 77 deletions
This file was deleted.

0 commit comments

Comments
 (0)