Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions citation.cff
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cff-version: 1.2.0
title: Torch-Sim
title: TorchSim
message: If you use this software, please cite it as below.
authors:
- family-names: Gangan
Expand All @@ -17,8 +17,6 @@ authors:
license: MIT
license-url: https://github.com/Radical-AI/torch-sim/blob/main/LICENSE
repository-code: https://github.com/Radical-AI/torch-sim
type: software
url: https://github.com/Radical-AI/torch-sim
doi: 10.5281/zenodo.7486816
version: 0.1.0
type: software
date-released: 2025-04-02
2 changes: 1 addition & 1 deletion docs/_static/draw_pkg_treemap.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

# /// script
# dependencies = [
# "pymatviz>=0.16.0",
# "pymatviz==0.16.0",
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
# ]
# ///
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/6_Phonons/6.1_Phonons_MACE.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# dependencies = [
# "mace-torch>=0.3.12",
# "phonopy>=2.35",
# "pymatviz>=0.16",
# "pymatviz==0.16",
# "seekpath",
# "ase",
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
Expand Down
2 changes: 1 addition & 1 deletion examples/scripts/6_Phonons/6.2_QuasiHarmonic_MACE.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# dependencies = [
# "mace-torch>=0.3.12",
# "phonopy>=2.35",
# "pymatviz>=0.16",
# "pymatviz==0.16",
# "plotly!=6.2.0", # TODO remove pin pending https://github.com/plotly/plotly.py/issues/5253#issuecomment-3016615635
# ]
# ///
Expand Down