<< < 1 2 3 4 5 6 7 8 > >>   ∑:176  Sort:Date

"obenergy" - Calculate Molecule Energy
What Is "obenergy" command? How to use it to Calculate Molecule Energy? "obenergy" command is a command line tool provided in the Open Babel package that allows you to Calculate Molecule Energy. Here is the user manual of the "obenergy" command. NAME obenergy -- calculate the energy for a molecule S...
2020-11-11, 832🔥, 0💬

"babel -H fpt" - Fingerprint Help Information
How to get help information on Open Babel Fingerprints? You can use the "babel -H fpt" command to get help information on Open Babel Fingerprints: fyicenter$ babel -H fpt fpt Fingerprint format Generate or display molecular fingerprints. This format constructs and displays fingerprints and (for mult...
2020-11-22, 831🔥, 0💬

Open Babel Documentation and Resources
Where can I find Open Babel documentations and resources? Here is a list of links to Open Babel documentations and resources. Open Babel Command Manuals and Tutorials - http://openbabel.org/wiki/Cate gory:GuidesOpen Babel v2.3.1 Documentation - "Open Babel, or how I learned to love the chemistry fil...
2021-01-09, 828🔥, 0💬

Migrate JME Applet to JSME JavaScript
How to migrate my old JME Applet Web pages to use JSME JavaScript? If you have old Web pages that use the JME Applet molecule editor, you migrate your old pages to use JSME by making 2 changes: 1. Load JSME JavaScript library using a "script" tag in the "head" tag. &lt;script type="text/javascri...
2020-05-18, 822🔥, 0💬

"babel -x..." Command - Extra Output Writing Options
How to pass extra options for "babel" to write output data of a specific format? If you want to pass extra options for "babel" to write output data of a specific format, you need to use one or more "-x..." options in the "babel" command line as shown in the following syntax: babel input_section outp...
2020-07-15, 821🔥, 0💬

Other Open Babel Commands
Where to find FAQ (Frequently Asked Questions) on Open Babel Commands other than the format converter? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on Open Babel Commands other than the format converter. List of Open Babel Commands "obchiral" -...
2020-11-22, 810🔥, 0💬

Understanding "babel" Command Line Syntax
Where to find FAQ (Frequently Asked Questions) on understanding "babel" Command Line Syntax? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on understanding "babel" Command Line Syntax. What Is "babel" Command "babel" Command - Input Data Source ...
2020-05-24, 809🔥, 0💬

What Are SMARTS Expressions
What are SMARTS expressions? SMARTS expressions are divided into 3 types: 1. Atom Expressions - An expression that can be evaluated to an atom pattern using atom operations on atoms and atom expressions. An atom expression must be enclosed in square brackets, if it is not a single simple atom symbol...
2020-06-08, 808🔥, 0💬

"babel ... -o svg -xC" - Hide Terminal C in SVG
How to hide those C symbols for terminal carbon atoms in SVG with the "babel" command? If you want to hide those C symbols for terminal carbon atoms in SVG format, you can use the "-o svg -xC" option with the "babel" command. Here is how the "-xC" option is described in Open Babel help document: "C ...
2020-07-22, 804🔥, 0💬

"babel ... -o fs" - Generate Fastsearch Index
What is Open Babel Fastsearch Index file? How to generate it with the "babel" command? Fastsearch index file is an Open Babel specific binary file that stores pre-calculated fingerprints and their indexes for multiple molecules. Fastsearch index file can improve similarity search significantly faste...
2020-08-25, 798🔥, 0💬

Running Open Babel on CentOS
Where to find FAQ (Frequently Asked Questions) on running Open Babel on CentOS? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on running Open Babel on CentOS. Open Babel Installation Options on CentOS "DNF/YUM search" - No Open Babel Binary Pack...
2020-10-20, 794🔥, 0💬

What Is "babel" Command
What Is "babel" Command? How to get command line help for Open Babel? "babel" Command is the command to invoke Open Babel different functionalities by specifying different command options. You can use "babel -H" command to get help information on Open Babel command: fyicenter$ babel -H Open Babel co...
2020-09-15, 790🔥, 0💬

"obprobe" - Create Electrostatic Probe Grid
What Is "obprobe" command? How to use it to optimize the geometry and minimize the energy for a given molecule? "obprobe" command is a command line tool provided in the Open Babel package that allows you to Create Electrostatic Probe Grid for a given molecule. Here is the user manual of the "obprobe...
2020-10-26, 789🔥, 0💬

Wedge/Hash Bond Changed by Open Babel
Why some Wedge/Hash Bonds are Changed by Open Babel? Sometimes, you may have an Wedge/Hash bond in the input data to specify a stereo center. When you convert the input data with Open Babel, you will see that the stereo center is identified with a different Wedge/Hash bond. For example, the followin...
2023-08-17, 788🔥, 0💬

"babel -s ..." Command - Substructure Search
How to use "babel -s ..." command to do substructure search? You can do substructure search using the "-s ..." option of the "babel" command with the following syntax: babel input_section output_section -s smarts_string The smarts_string specifies a SMARTS string that represents a molecule pattern. ...
2020-06-08, 788🔥, 0💬

"Difficulty opening ..." Error Using Fastsearch Index
Why am I getting this "Difficulty opening ..." error using Fastsearch Index files? When you are using a fastsearch index file as the input, you must keep the original molecule data files in the original location, because the index file has references to the original data files. If those original dat...
2020-08-25, 785🔥, 0💬

"obrotate" - Rotate Dihedral Angles with SMARTS
What Is "obrotate" command? How to use it to batch-rotate dihedral angles matching SMARTS patterns? "obrotate" command is a command line tool provided in the Open Babel package that allows you to batch-rotate dihedral angles matching SMARTS patterns. Here is the user manual of the "obrotamer" comman...
2020-10-26, 782🔥, 0💬

Search Open Babel RPM Packages for CentOS
How to search for Open Babel RPM binary packages for CentOS computers? You can follow this tutorial to search for Open Babel RPM binary packages for CentOS computers. 1. Before searching the Internet for any RPM binary packages, you need to know the architecture type of your computer. This can be do...
2020-10-20, 782🔥, 0💬

"babel -i fs ... -s SMILES" - Substructure Search with Index
How to perform a substructure search using the fastsearch index file with the "babel" command? If you want to perform a substructure search using the fastsearch index file, you can use the following "babel" command syntax: babel -i fs index_file output_section -s SMILES In the above command: "-i fs ...
2020-05-25, 778🔥, 0💬

"obgrep" - Search Molecules using SMARTS
What Is "obgrep" command? How to use it to Search Molecules using SMARTS strings? "obgrep" command is a command line tool provided in the Open Babel package that allows you to Search Molecules using SMARTS strings. "obgrep" command does the same job as the "babel ... -s ..." with more options. Here ...
2020-11-11, 775🔥, 0💬

"obchiral" - Print Chirality Information
What Is "obchiral" command? How to use it to Print Chirality Information? "obchiral" command is a command line tool provided in the Open Babel package that allows you to calculate and print molecule chirality information. Here is the user manual of the "obchiral" command. NAME obchiral -- print mole...
2020-11-22, 773🔥, 0💬

"babel ... -o svg" - Generating SVG Pictures
Where to find FAQ (Frequently Asked Questions) on using Open Babel to generate SVG Pictures from molecule input data? Here is a list of tutorials to answer many frequently asked questions compiled by FYIcenter.com team on using Open Babel to generate SVG Pictures from molecule input data. "babel -o ...
2021-07-19, 766🔥, 0💬

"obrotamer" - Generate Random Rotational Isomers
What Is "obrotamer" command? How to use it to Generate Random Rotational Isomers for a given molecule? "obrotamer" command is a command line tool provided in the Open Babel package that allows you to Generate Random Rotational Isomers for a given molecule. Here is the user manual of the "obrotamer" ...
2020-10-26, 765🔥, 0💬

"babel" Command Option Argument Syntax
How to write "babel" command option argument properly? What's the difference between "-isdf" and "-i sdf"? There is no difference between "-isdf" and "-i sdf". Both are valid "babel" option "-i" with an argument of "sdf". If a "babel" command option takes an argument, you can specify the argument in...
2020-12-26, 761🔥, 0💬

<< < 1 2 3 4 5 6 7 8 > >>   ∑:176  Sort:Date