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

ChemistryFunctions

Guides

  • Wolfram Chemistry Functions

Symbols

  • AlkaneName
  • AlkaneQ
  • AtomChirality
  • AtomSelector3D
  • AtomSelector
  • BohrModelPlot
  • BondStereo
  • ChemicalFormulaQ
  • ChemicalReactionQ
  • ConstitutionalIsomersQ
  • DiastereomersQ
  • EmbeddedMoleculeQ
  • EmpiricalFormula
  • EmptyMoleculeQ
  • EnantiomersQ
  • EpimersQ
  • FormatMoleculesAsGraphics
  • HydrocarbonQ
  • ImportComputationalChemistryData
  • IonCounts
  • MoleculeDelete
  • MoleculeGridPlot3D
  • MoleculeGridPlot
  • MoleculeJoin
  • MoleculeManipulate3D
  • MoleculeManipulate
  • MoleculeMirrorPlot3D
  • MoleculePatternQ
  • MoleculePlotOptions
  • MoleculeScaffold
  • MoleculeSubstructureMatches
  • PatternReactionQ
  • PeriodicTablePlot
  • RandomAlkane
  • RandomMolecule
  • RingMoleculeQ
  • RingPattern
  • SmilesPlot
  • StereoisomersQ
WolframChemistry`ChemistryFunctions`
ImportComputationalChemistryData
​
ImportComputationalChemistryData
[file]
returns an association with data from the input
file
.
​
​
ImportComputationalChemistryData
[file,"Elements"]
returns a list of the available elements for the given input file.
​
​
ImportComputationalChemistryData
[file,elem]
returns the given element.
​
​
Import[file,"ComputationalChemistry"]
imports the local or remote file.
​
Details and Options

Examples  
(2)
Basic Examples  
(2)
Find the available import elements from a computational chemistry output file:
In[1]:=
ImportComputationalChemistryData
["ExampleData/bisCWdhpe2Cl_13benz_c1_freq.log","Elements"]
Out[1]=
{PartialCharges,AtomCoordinates,AtomMasses,AtomicNumbers,NetCharge,CoreElectronCount,Enthalpy,Entropy,FreeEnergy,GeometryOptimizationConvergenceTargets,GeometryOptimizationValues,Gradients,MolecularOrbitalIndicesOfHOMO,MetaInformation,MolecularOrbitalEnergies,MolecularMultipoleMoments,Multiplicity,AtomCount,BasisFunctionCount,MolecularOrbitalCount,OptimizationDone,OptimizationStatus,PolarizabilitiesStaticOrDynamic,Pressure,RotationalConstants,SCFEnergies,SCFConvergenceTargets,SCFValues,TemperatureUsedForThermochemistry,CartesianDisplacementVectors,VibrationalForceConstants,VibrationalFrequencies,IRIntensities,ReducedMassesOfVibrations,VibrationalSymmetries,ZeroPointVibrationalEnergyCorrection,Molecule}
Import all available data from a Gaussian output file:
In[2]:=
ImportComputationalChemistryData
["ExampleData/bisCWdhpe2Cl_13benz_c1_freq.log"]
Out[2]=
​
Use the
Import
function to retrieve NWChem output from a URL:
In[1]:=
Import["https://raw.githubusercontent.com/cclib/cclib/master/data/NWChem/basicNWChem6.6/dvb_bomd_ks.out","ComputationalChemistry"]
Out[1]=

© 2025 Wolfram. All rights reserved.

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