Difference between revisions of "Matgen toolkit"
From wiki
(→Remove Solvents) |
(→Find Space Groups) |
||
Line 30: | Line 30: | ||
=== Find Space Groups === | === Find Space Groups === | ||
+ | ==== Description ==== | ||
+ | ==== Usage ==== | ||
+ | <pre> | ||
+ | .. | ||
+ | </pre> | ||
+ | ==== Example ==== | ||
+ | <pre> | ||
+ | .. | ||
+ | </pre> | ||
+ | |||
=== In-Cell === | === In-Cell === | ||
=== ICSD' Classify And Unique ==== | === ICSD' Classify And Unique ==== |
Revision as of 13:15, 14 February 2020
Contents
Descriptions
Remove Solvents
Description
The program is a tool to remove solvents from MOF.
Usagen
usage: ./bin/rm_mof_solvents --cif_in=string [options] ... options: -i, --cif_in input MOF cif file (string) -o, --output_path output filepath (string [=]) -f, --force remove solvent molecules anyway -?, --help print this message
Example
$ ./bin/rm_mof_solvents -i ./examples/cod/ABAGAO.MOF_subset.cif -o ./examples/result Parsing the cif file - ABAGAO.MOF_subset.cif Getting some known resources... Building base cell... The number of bonded atom pairs is 80 Looking for solvent in ABAGAO.MOF_subset.cif The calculated solvent molecule to be screened is [ H2O<known> ] The MOF framework is [ C14CuH13N3O4 ] Exporting result... Export file ./example/result/ABAGAO_clean.cif successfully!
Find Space Groups
Description
Usage
..
Example
..