Selecting
Jump to navigation
Jump to search
Jmol / JSmol Tutorials
- A list of Jmol / JSmol Tutorials written by users.
- Using the mouse (English · Español · Français · Japanese).
- Scripting quickstart: rendering options · selecting atoms.
- How to create surfaces and isosurfaces, including cavities, pockets and tunnels.
- Displaying shapes, polyhedra, orbitals, dipoles, distances, forces and vibrations.
- Creating movies.
- Customizing Jmol: macros · menus.
- Web pages without writing code by using the Jmol "Export to Web" function.
Selecting can be done via atom expressions or based on geometry.
The selection expressions used in Jmol can be used for the "select" and the "display within" commands.
Contents
Atom expressions
Geometric expressions
Combining selection statements
The combination of selection statements in Jmol is based on Boolean logic, using the statements And, Or, and Not, in a slightly different way than these are used in conversational language.
Example: We have a system consisting of water and a peptide chain. We are interested in selecting oxygen atoms. Let's call the set of atoms in the peptide chain A, and all oxygen atoms B.
Select A not B
File:Http://www.molmod.com/~schraven/jmolwiki/a.jpg
- Select A and B
- Select A or B