Skip to main content

How to draw a scaled Potential Energy Surface (PES) for a peer-reviewed International journal research article?

A little background, one of my research articles was under peer-review in an international journal and revision was requested from the journal editor. One of the reviewers has not happy with my schematic potential energy surface (PES) for my theoretical calculations. The PES was between reactants and products via transition states. I had drawn the PES in PowerPoint, but it was not scaled; it was qualitative.

Then I was looking for some good software to make potential energy surfaces. First I came across PESViewer (rubenvdvijver/PESViewer: Depiction of Potential Energy Surfaces (github.com)). It is a Python-based program in linux environment and does not have a GUI. You have to install Matplotlib and pip in Ubuntu to run this one. In the input.py file, you have to enter details of your wells, transition states, reactants and bimolecular products along with their barrier heights in kcal/mol.




But with more research, I found an easier alternative called MechaSVG (ricalmang/mechaSVG: Python application for creating energy profile diagrams as '.svg' files. Extra analysis for catalytic cycle diagrams. (github.com)) and it has a GUI for Windows 10 which can also run in both Windows 8 and 11 - I have tested. I downloaded and installed it in my windows system and then I gave input for all the reaction pathways and connected accordingly.



You can manually change the colors of all the paths using the settings and can generate beautiful scaled PES. Each time to preview the PES, I used to save SVG and open with my browser. There is also another better way, you can install one well-known SVG editor like Inkspace (Inkscape 1.2.1 - Windows | Inkscape). I used that to edit the SVG according to my need and exported the SVG as PNG file to put in my revised manuscript and my supervisor liked it very much.


So you can also give try MechaSVG for drawing scaled potential energy surfaces. 

One example of a scaled potential energy surface below. The numbers indicate forward activation barrier heights in kcal/mol. TS represents transition states. 



For any doubt, you can post a comment here.








Comments

Popular posts from this blog

Chemistry Lab Experiment: Determination of distribution coefficient of iodine between organic and inorganic layer

Determination of the Distribution Coefficient of Iodine Between Organic and Aqueous Phases Introduction The distribution (or partition) coefficient is the ratio in which a solute like iodine divides itself between two immiscible solvents—here, an organic solvent (CCl₄ or CHCl₃) and water. This experiment determines the distribution coefficient K = [ I 2 ] organic / [ I 2 ] aqueous K = [I_2]_{\text{organic}} / [I_2]_{\text{aqueous}} at room temperature. Objective To determine the distribution coefficient of iodine between distilled water and carbon tetrachloride or chloroform. Principle When shaken with two immiscible solvents, iodine distributes between them based on its solubility. At equilibrium, the ratio of concentrations remains constant at a given temperature: K = [ I 2 ] organic [ I 2 ] aqueous K = \frac{[I_2]_{\text{organic}}}{[I_2]_{\text{aqueous}}} Titration using sodium thiosulfate and starch as an indicator allows us to determine the iodine concentrations in both ...

B.Tech./MSc/BSc Chemistry Lab Experiment: Decomposition of Diacetone alcohol – Dilatometry method

Decomposition of Diacetone Alcohol – Dilatometry Method Aim To study the kinetics of the decomposition of diacetone alcohol at 25 °C in the presence of alkali using the dilatometric method. Principle The decomposition of diacetone alcohol in an alkaline medium follows the reaction: (CH₃)₂C(OH)CH₂COCH₃ ⟶ 2 CH₃COCH₃ In the presence of excess alkali, the reaction rate is independent of the alkali concentration and depends only on the concentration of diacetone alcohol. This behavior makes it a pseudo-first order reaction . Since the products occupy a larger volume than the reactants, the change in volume during the reaction can be used to monitor the reaction progress. Thus, the dilatometric method is especially suitable for studying this reaction. The rate constant k for a first-order reaction is given by: k = (2.303 / t) × log(V∞- V₀)  / (V∞ - Vt)) Where: V₀ = initial volume Vt = volume at time t V∞ = final volume Apparatus and Chemicals Required Sl. No. Apparatus Chem...

Is it possible to install Windows 10 or 11 on an Android device?

 Installing Windows 10 or 11 directly on an Android device (especially phones or tablets) is not officially supported and is generally not practical for most users. However, there are limited workarounds depending on your device, but they come with major limitations and risks. ⚠️ TL;DR: Is it possible? ✅ Yes, but only on a few Android devices with specific chipsets (like x86 tablets or rooted phones). ❌ Not feasible or stable on most regular Android phones (ARM-based) . ⚠️ Not for daily use , mostly experimental or for advanced users. 🔧 Possible Methods (Advanced Users Only) 1. Using Virtualization: Limbo or QEMU What it is : Emulates a PC environment within Android. Tools : Limbo PC Emulator or QEMU for Android. How it works : You run a Windows ISO in a virtual machine. Limitations : Extremely slow (not usable for real work or gaming). Limited RAM/CPU. No GPU acceleration. 2. Windows on ARM on Devices Like Lumia (e.g., Lumia 950 XL)...