-
Notifications
You must be signed in to change notification settings - Fork 9
README cleanup, tutorial directory #5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Added a directory containing the previous examples. Created a blank template including all the OpenMM definitions. Users can remove/add to these as they please Need to add more about SMARTS however.
Should we include a readme in the tutorial section for SMARTS? Most of that is being covered in foyer's readmes. Unsure what would be necessary for the documentation besides that. |
Any updates on this? Looks like you've re-arranged it to be template + tutorial as we talked about. What's left to do from your perspective? Also one suggestion: adding links to the relevant openmm XML docs for each entry could be convenient. |
Just finishing the markdown document now. i went through and have some graphics to show the process to test the examples and what the expected output should be. Putting that together now. |
Revamped tutorial directory, blank template for user to work through. Included minimal walk through for tutorial. Images need work in tutorial, best I could do with my current resources. Passing forcefield template in top directory. Relative links where possible in the README's Image directory for including in tutorial, not all used.
removed superflous images
emulator of choice within this directory. | ||
```bash | ||
py.test -v test_atomtyping.py --tb=line | ||
``` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Brief description of options
def="H[C;X4]" | ||
``` | ||
An important distinction should be pointed out here. In a `SMARTS` | ||
definition, the first atom in the string is the atom of interest. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
BOLD AND TRIPLE DOUBLE UNDERLINED
Added a directory containing the previous examples.
Created a blank template including all the OpenMM definitions.
Users can remove/add to these as they please
Need to add more about SMARTS however.