We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In atomify, we use #/ as prefix for commands that are editor only. This means for instance
which will set color and scale on the atoms, and
which means atom types 1 and 2 have a bond if distance is smaller than 2.6 length units.
The text was updated successfully, but these errors were encountered:
andeplane
No branches or pull requests
In atomify, we use #/ as prefix for commands that are editor only.
This means for instance
/atom 1 hydrogen
/atom 2 oxygen
which will set color and scale on the atoms, and
/bond 1 2 2.6
which means atom types 1 and 2 have a bond if distance is smaller than 2.6 length units.
The text was updated successfully, but these errors were encountered: