-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
created macros with autor, help & tool version
- Loading branch information
1 parent
53c0ffa
commit 7638ea6
Showing
1 changed file
with
29 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
<macros> | ||
<token name="@TOOL_VERSION@">0.1.0</token> | ||
<xml name="creator"> | ||
<creator> | ||
<person | ||
givenName="Wudmir" | ||
familyName="Rojas" | ||
url="https://github.com/wverastegui" | ||
identifier="0000-0001-7036-9987" /> | ||
<person | ||
givenName="Helge" | ||
familyName="Hecht" | ||
url="https://github.com/hechth" | ||
identifier="0000-0001-6744-996X" /> | ||
<organization | ||
url="https://www.recetox.muni.cz/" | ||
email="[email protected]" | ||
name="RECETOX MUNI"/> | ||
</creator> | ||
</xml> | ||
<token name="@HELP@"><![CDATA[ | ||
XTB Molecular Optimization handles coord and XYZ input formats, as well as, several levels of optimization. | ||
Documentation | ||
The xTB molecular optimization tool is based on the Semiempirical Tight Binding method GFNn-xTB implemented in the xtb (extended tight binding) | ||
program package. Detailed documentation for the xtb program can be found in https://xtb-docs.readthedocs.io/en/latest/optimization.html. | ||
]]> | ||
</token> | ||
</macros> |