Getting Started¶
Prerequisites¶
Install Blender on your machine. Link: https://www.blender.org/download/
Install the latest version of Python. Link: https://www.python.org/downloads/
No programming knowledge is required to use this tool.
Note
TheorChem2Blender V.2025.2 was built for Blender V.4.2. If you encounter unexpected running errors, please check your version of Blender and download the appropriate one.
Setup¶
If you install Blender in a non-default path on Windows, note the path as it will be needed.
Download the entire ‘TheorChem2Blender’ package and unzip it to the desired location.
Do not move, rename, or delete any files or folders included in the package.
Click on this https://youtu.be/w_bsJ7daaas for a tutorial on using the tool. NOTE: YouTube tutorial does not include information on animations.
Instructions¶
Running the Executable from Windows¶
Double-click on the
TheorChem2Blender_Windows.exefile.Select one or more
.com,.xyz,.mol2files from the same folder.Select
Is Animationto export as an animatedfbxobject.If you plan to render an animation, make sure all the
.comor.xyzfiles have the exact same atoms in the exact same order.To render using ionic radii, select the
Check for Ionic Radiioption.Add each ion and select their charge, coordination, and spin multiplicity (when available).
Click on
Convert!to convert the.comor.xyzinput into the desired output type.Click on
Resetto reset everything to their default values.
Running the Executable from macOS¶
Open a terminal in the source folder, and execute the following command:
python3 TheorChem2Blender.py
Follow the same steps as in the Windows section to select files, configure options, and convert.
Running Chem2Blender from the Console¶
To run the TheorChem2Blender.py Python script from the console:
1. Copy the TheorChem2Blender.py file to the gui folder.
2. Open a terminal in the Blender-Gaussian-Bridge/ folder and run:
$ python TheorChem2Blender.py
Example Files¶
Example
.comand.xyzfiles are inside theinput_examplesfolder, separated by categories.For example, the file
Ice.comis located in theinput_examples\\com_files\\inorganic\\folder.The
outputfolder starts empty and is the default location for 3D renderings from the tool.