Skip to content

Commit c0e3137

Browse files
authored
Update citation.cff (#225)
1 parent 6c79893 commit c0e3137

File tree

4 files changed

+5
-7
lines changed

4 files changed

+5
-7
lines changed

citation.cff

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cff-version: 1.2.0
2-
title: Torch-Sim
2+
title: TorchSim
33
message: If you use this software, please cite it as below.
44
authors:
55
- family-names: Gangan
@@ -17,8 +17,6 @@ authors:
1717
license: MIT
1818
license-url: https://github.com/Radical-AI/torch-sim/blob/main/LICENSE
1919
repository-code: https://github.com/Radical-AI/torch-sim
20-
type: software
2120
url: https://github.com/Radical-AI/torch-sim
22-
doi: 10.5281/zenodo.7486816
23-
version: 0.1.0
21+
type: software
2422
date-released: 2025-04-02

docs/_static/draw_pkg_treemap.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
# /// script
77
# dependencies = [
8-
# "pymatviz>=0.16.0",
8+
# "pymatviz==0.16.0",
99
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
1010
# ]
1111
# ///

examples/scripts/6_Phonons/6.1_Phonons_MACE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# dependencies = [
55
# "mace-torch>=0.3.12",
66
# "phonopy>=2.35",
7-
# "pymatviz>=0.16",
7+
# "pymatviz==0.16",
88
# "seekpath",
99
# "ase",
1010
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635

examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# dependencies = [
77
# "mace-torch>=0.3.12",
88
# "phonopy>=2.35",
9-
# "pymatviz>=0.16",
9+
# "pymatviz==0.16",
1010
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
1111
# ]
1212
# ///

0 commit comments

Comments
 (0)