Skip to content
Draft
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
4 changes: 4 additions & 0 deletions examples/water-ir-gas-phase/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
water-ir-spectrum.zip
pet-mad-xs-v1.5.0_SCAN_dipole.ckpt
pet-mad-xs-v1.5.0_SCAN_dipole.pt
vib/
7 changes: 7 additions & 0 deletions examples/water-ir-gas-phase/README.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Vibrational IR spectrum of a single water molecule
==================================================

A laptop-friendly exercise: run gas-phase molecular dynamics of one water molecule with
a machine-learned potential and dipole model, compute its infrared spectrum from the
dipole autocorrelation, and use the Eckart frame to project out overall rotation and
translation so that only the vibrational modes remain.
11 changes: 11 additions & 0 deletions examples/water-ir-gas-phase/environment.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
channels:
- metatensor
- conda-forge
dependencies:
- python=3.12
- pip
- pip:
- metatrain==2026.2
- chemiscope==1.0.3
- matplotlib
- atomistic-cookbook-utils >=0.1,<0.2
Loading
Loading