Authors: L.I. Vazquez-Salazar and M. Meuwly
This repository contains the data to construct the potential energy surface at MP2 level with the basis set aug-cc-pVTZ for the HeH_{2}^{+} system.
The data is saved in the file pes_mp2.csv
. The first column is the value of the angle (as
Complementary, a pes_mp2.kernel
file containing the coefficients of the kernel fitting is provided. This file can be used to evaluate the potential energy surface using the RKHS package.
The file evaluate_kernel.f90
contains the code to evaluate the PES in a defined grid evalute_kernel.f90
can be compiled with the adjunct make file. It requires the RKHS module in the same directory.
The output will be evaluate_kernel.x
that can be executed as follows
./evaluate_kernel.x pes_mp2.kernel new_pes.csv
Which will create a file new_pes.csv
with the values of the PES in the defined grid.
The potential for HeH+ and H2+ are fitted following the analytical expression in: Phys.Chem.Chem.Phys. 2019, 21, 24976.
In the folder Diatomic, the file fitting.py
can be used to obtain the coefficients of the analytical expression. A plot with the correlation plot and the fitting of the curve will be showed.
The file h2p.csv
contains the data for the H2+ system and heh2p.csv
contains the data for the HeH+ system.
For any questions, please contact Markus Meuwly ([email protected]) or Luis Vazquez-Salazar ([email protected])