shnitsel.vis.plot.p3mhelpers#
Functions#
|
Display a single geometry using py3Dmol |
|
Display several geometries stacked along a |
|
Display a trajectory using py3Dmol |
|
Display a trajectory using py3Dmol |
Module Contents#
- frame3D(atXYZ_frame)#
Display a single geometry using py3Dmol
- Parameters:
atXYZ_frame (str | xarray.DataArray) – The geometry to display
- Return type:
The View object created
- frames3Dgrid(atXYZ)#
Display several geometries stacked along a
framedimension using py3Dmol- Parameters:
atXYZ (xarray.DataArray) – The geometry to display
- Return type:
The View object created
- traj3D(traj)#
Display a trajectory using py3Dmol
- Parameters:
traj (str | xarray.DataArray) – The trajectory geometries to display
- Return type:
The View object created
- trajs3Dgrid(atXYZ, trajids=None, loop='forward')#
Display a trajectory using py3Dmol
- Parameters:
traj – The trajectory geometries to display
trajids (list[int | str] | None) – If given, only show these trajectories
loop (str) – Passed to
py3Dmol’sview.animate. Accepted values include ‘forward’, ‘backward’, ‘backAndForth’.atXYZ (xarray.DataArray)
- Return type:
The View object created