Skip to content

Commit

Permalink
make datasets available for download
Browse files Browse the repository at this point in the history
  • Loading branch information
PicoCentauri committed Mar 25, 2024
1 parent 94eefa0 commit f5564e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion examples/lode_linear/lode_tutorial.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@
# certain direction in the subsequent structures.
#
# For speeding up the calculations we already selected the first 130
# structures of the charge-charge structures.
# :download:`structures <charge-charge.xyz>` of the charge-charge molecule
# pairs.

frames = ase.io.read("charge-charge.xyz", ":")

Expand Down
2 changes: 1 addition & 1 deletion examples/sample_selection/sample_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# Load 500 example BTO structures from file, reading them using
# `ASE <https://wiki.fysik.dtu.dk/ase/>`_.

# Load a subset of structures of the example dataset
# Load a subset of :download:`structures <input-fps.xyz>` of the example dataset
n_frames = 500
frames = ase.io.read("input-fps.xyz", f":{n_frames}", format="extxyz")

Expand Down

0 comments on commit f5564e0

Please sign in to comment.