Timaeus is an Olex2
- All analysis methods in Timaeus will read the atomic coordinates directly from the
OlexRefinementModel— no external input files needed. - Olex2 GUI panel.
- SHAPE 2.1 wrapper and output parser.
- Octahedral distortion parameters calculation.
- cosmochlore integration: Continuous Shape Measures (CShM), Continuous Symmetry Operation Measures (CSoM) and octahedral distortion (ODis), with user-defined reference shapes.
- Centroid merging for pi-bonded ligands
- Automatic disorder handling. If more than two parts are found in the selected strucutre, calculations will be run on each part separately.
- Olex2 1.5.
- SHAPE 2.1 executable available on your system
PATH(optional, needed for the SHAPE panel).- Download SHAPE 2.1 from the Electronic Strucutre Group's webpage
- cosmochlore 1.0.2 or newer on your
PATH(optional, needed for the Cosmochlore panel).- The path can also be set explicitly in the plugin settings (
Extras>Settings).
- The path can also be set explicitly in the plugin settings (
The plugin was developed/tested using a Windows 10/11 machine. The plugin should be system agnostic but please report any bugs found in any other operating systems.
Note: It is known that SHAPE 2.1 gives trouble in Mac machines with operating systems newer than 2022 and some Linux systems. Unfortunately, I can't do anything about that since the ESG hasn't published a precompiled SHAPE version since 2013. In the future I might introduce support for Cosymlib by ESG which is the updated version of their shape and symmetry measures program.
- Download the source code from the lastest GitHub release.
- Go to the base directory of your Olex2 instalation. You can open the directory by typing
shell BaseDir()in the Olex2 console. - Create a file called
plugins.xldand write the following contents insideplugins.xld:
<Plugin
<Timaeus>
>- Go to the
<BaseDir>\util\pyUtil\PluginLib\folder and create a folder calledplugin-Timaeus. - Extract the downloaded zip into that folder.
- On restarting Olex2, a Timaeus panel should appear under the Tools tab.
Note: I push development changes constantly to the master branch. You could git clone this repository to automatically keep the plugin updated. Usually, if changes are pushed it means that the plugin is in a usable state. But it does not guarantee that things won't break.
SHAPE 2.1
- Generate the necessary
.datinput files for SHAPE automatically. - Run SHAPE and parse the resulting
.taboutput. - Output a summary table from the
.outand.tabfiles. SM's autoSHAPE does not overwrite previous runs as it stores each run in a dedicated folder:<FilePath>\autoSHAPE\<FileName>_<part>_<atoms>\<run>.
- Open a structure in Olex2.
- Select the atoms you want to include in the measurement.
- If one atom is selected, the neighbouring atoms will be taken into account to form a centered shape (i.e. a coordination structure).
- If multiple atoms are selected, the will be interpreted as a non centered shape (i.e. a borane cluster).
- Run
spy.Timaeus.autoSHAPE()from the Olex2 console or from the Tools/Timaeus panel. - Results are printed to the console and saved in
<FilePath>/autoSHAPE/.
There is an option to merge pi-bonded ligands into a centroid. If checked, autoshape will interpret pi-bonded ligands as the average of the fragments as per Cirera et al
Timaeus includes a reimplementation of the OctaDist
Several features of the original OctaDist program have been omitted to simplify integration with Olex2 and to remove redundant functionality.
The Octahedral Distortion Parameters module computes all distortion parameters reported by OctaDist, together with an additional
- Bond length distortion:
where
- Octahedral tilting parameter:
where
- Cis angle distortion:
where
- Octahedral twisting distortion:
where
- Trans angle distortion:
where
- Deviation of the metal from the centroid:
where
- Open a structure in Olex2.
- Select the central atom of a 6-coordinate complex.
- Run
spy.Timaeus.autoOCTADIST()from the Olex2 console or from the Tools/Timaeus panel. - Results are printed in the console. A graph will saved in
<FilePath>/OH_distortionshowing the extracted octahedron.
cosmochlore is a separate Rust program that calculates shape and symmetry measures. Timaeus wraps its three subcommands; each writes its output next to the structure and prints the results table to the console. Every option below has a phil parameter, editable in Extras > Settings or from the panel itself.
| Function | Description |
|---|---|
spy.Timaeus.autoCSHM() |
Continuous Shape Measures against the built-in and user-defined reference polyhedra. Same selection rule as autoSHAPE. |
spy.Timaeus.autoCSOM() |
Continuous Symmetry Operation Measures against a list of point groups (space-separated Schoenflies symbols, e.g. Oh D4h D3d). Slower than CShM/ODis. |
spy.Timaeus.autoODIS() |
Octahedral distortion parameters, independent of the OctaDist reimplementation above. Select the central atom of a 6-coordinate complex. |
Reference shapes beyond the built-in 90 can be added as .yaml files in the user_shapes/ folder of the plugin (Open user defined shapes folder in the CShM panel). Each file gets a checkbox; only the checked ones are used. A mismatched vertex count is reported by cosmochlore itself.
| Status | Features |
|---|---|
| ✔️ | Suppport for disordered structures. |
| ✔️ | Centorid search for pi-bonded ligands. *Doesn't work with ligands outside ASU. |
| ✔️ | Custom reference shapes. *Via cosmochlore, see user_shapes/. |
| ✔️ | Smarter program logic (automatic coordination site detection, multiple selections, etc.). |
| ✔️ | Support for other measurement programs (cosmochlore: CShM, CSoM, ODis). |
| ✔️ | Reimplementation of octahedral distortion parameters (Zeta, Sigma, Theta) — relevant for spin-crossover (SCO) complexes. |
| ✔️ | Non centered shapes. |
| ✔️ | HTML UI. |
- Not yet.
- J. Appl. Cryst. (2009). 42, 339–341. DOI: https://doi.org/10.1107/S0021889808042726
- Organometallics (2005), 24, 7, 1556–1562. DOI: https://doi.org/10.1021/om049150z
- Dalton Trans. (2021) 50, 3, 1086–1096. DOI: https://doi.org/10.1039/d0dt03988h