Wolfram Language Paclet Repository

Community-contributed installable additions to the Wolfram Language

Primary Navigation

    • Cloud & Deployment
    • Core Language & Structure
    • Data Manipulation & Analysis
    • Engineering Data & Computation
    • External Interfaces & Connections
    • Financial Data & Computation
    • Geographic Data & Computation
    • Geometry
    • Graphs & Networks
    • Higher Mathematical Computation
    • Images
    • Knowledge Representation & Natural Language
    • Machine Learning
    • Notebook Documents & Presentation
    • Scientific and Medical Data & Computation
    • Social, Cultural & Linguistic Data
    • Strings & Text
    • Symbolic & Numeric Computation
    • System Operation & Setup
    • Time-Related Computation
    • User Interface Construction
    • Visualization & Graphics
    • Random Paclet
    • Alphabetical List
  • Using Paclets
    • Get Started
    • Download Definition Notebook
  • Learn More about Wolfram Language

IsomerGeneration

Guides

  • Isomer Generation

Tech Notes

  • Getting Started Generating Isomers

Symbols

  • CountIsomers
  • GenerateIsomers
  • Isomers
  • ListIsomers
  • $IsomerOutputDirectory
Getting Started Generating Isomers
​
The
IsomerGeneration
paclet contains a number of closely related functions, which take a similar set of options.
GenerateIsomers
generates isomers asynchrounously and serializes them to disk as
"SMILES"
strings, returns an
Isomers
object
Isomers
a symbolic wrapper for the serialized
"SMILES"
strings, provides stream-like interface for reading isomers
ListIsomers
generate isomers synchronously and returns them directly as a list, calls
GenerateIsomers
internally
CountIsomers
just count the isomers, do not serialize them
Functions for generating isomers.
The distinct usage for these functions is shown below:
In[1]:=
CountIsomers
["C8H14O2"]
Out[1]=
72534
In[2]:=
Length
ListIsomers
["C8H14O2"]
Out[2]=
72534
In[3]:=
GenerateIsomers
["C8H14O2"]
Out[3]=
Isomers
C
8
H
14
O
2
Status: Finished
Isomers: 72534

In[4]:=
Length[ReadList[%]]
Out[4]=
72534
RelatedGuides
▪
Isomer Generation
▪
Molecular Structure & Computation
​
""

© 2025 Wolfram. All rights reserved.

  • Legal & Privacy Policy
  • Contact Us
  • WolframAlpha.com
  • WolframCloud.com