-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
I found time and have added the
.find()
function to the molecular c…
…ontainers. This lets you easily get the index of atoms in systems etc., e.g. >>> idxs = mols.atoms().find(mols["element C"]) returns the indexes in `mols` for all of the carbon atoms.
- Loading branch information
1 parent
3718493
commit 53880ab
Showing
31 changed files
with
5,119 additions
and
4,201 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.