File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed
Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 22Rotational averaging of non-equivariant models
33==========================
44
5- :Authors:
6- Marcel Langer `@sirmarcel <https://github.com/sirmarcel/>`_;
7- Michele Ceriotti `@ceriottm <https://github.com/ceriottm/>`_
5+ :Authors:
6+ Marcel Langer `@sirmarcel <https://github.com/sirmarcel/>`_;
7+ Michele Ceriotti `@ceriottm <https://github.com/ceriottm/>`_
88
99DESCRIPTION
1010"""
1111
1212# %%
1313
14- import bz2
1514import os
1615import subprocess
1716import time
2120import ase .io
2221import chemiscope
2322import ipi
24- import matplotlib .pyplot as plt
25- import numpy as np
23+
24+
25+ # import matplotlib.pyplot as plt
26+ # import numpy as np
2627
2728
2829# %%
7778#
7879# Discuss how molecules get oriented
7980
80- traj_data = ipi .read_trajectory (
81- "water-noo3.pos_0.extxyz" , format = "ase" , dimension = "length"
82- )
81+ traj_data = ase .io .read ("water-noo3.pos_0.extxyz" , ":" )
8382
8483# %%
8584# then, assemble a visualization
You can’t perform that action at this time.
0 commit comments