Literature DB >> 33430968

The diatomic molecular spectroscopy database.

Xiangyue Liu1, Stefan Truppe1, Gerard Meijer1, Jesús Pérez-Ríos2.   

Abstract

MOTIVATION: The spectroscopy of diatomic molecules is an important research area in chemical physics due to its relevance in astrochemistry, combustion chemistry, and ultracold physics. However, there is currently no database where the user can easily retrieve, in a useful format, the spectroscopic constants of a given molecule. A similar situation appears concerning the vibrational Franck-Condon factors for diatomic molecules, a crucial parameter to infer laser cooling prospects for molecules. To address this problem, and inspired by the idea that data should be open and freely accessible, we have developed a user-friendly website (https://rios.mp.fhi.mpg.de) where the user can retrieve spectroscopic constants and Franck-Condon factors in useful formats. IMPLEMENTATION: In this database, the spectroscopic constants of the ground states and first excited states of the diatomic molecules are accessible from the website and can be retrieved in readable formats. The website is implemented within the LAMP web service stacks. In particular, using Linux as the operative system, Apache as the HTTP Server, MySQL as the database management system, and PHP as the programming language for the web. Furthermore, the user can register and upload new data. This project is licensed under the Free-Libre/Open Source Software (FLOSS) license Apache License 2.0 which allows free and open access to the codes as well as efficient collaboration in the maintenance of the software. CONCLUSIONS AND IMPACT: The present data-driven website presents essential information in a user-friendly manner and may help the chemical physics community to identify molecules that should be explored through spectroscopic techniques.

Entities:  

Keywords:  Franck–Condon factors; Laser cooling; Molecular spectroscopic constants; Open database

Year:  2020        PMID: 33430968      PMCID: PMC7216551          DOI: 10.1186/s13321-020-00433-8

Source DB:  PubMed          Journal:  J Cheminform        ISSN: 1758-2946            Impact factor:   5.514


Introduction

We are living in the so-called information revolution, in which information is faster and more accessible than ever. In this era, data needs to be easily accessible and fast shared among users. In addition, the data has to be shown in an interactive and friendly manner. Science, as a cornerstone of social development, needs to be up to date within that paradigm. In particular, the field of chemical physics is already evolving in that direction. Some useful databases have been released to the public through different websites such as HITRAN [1], ExoMol [2], NIST Chemistry WebBook [3], and OSDB [4], among others [2, 5, 6]. These sites focus on spectral properties of molecules relevant for astrophysics and atmospheric physics applications, nevertheless they do not contain data regarding the spectroscopic constants of diatomic molecules. Only the NIST Chemistry WebBook site shows the spectroscopy constants of diatomic molecules. However, in the NIST Chemistry WebBook, the data cannot be retrieved in convenient, readable formats such as XML, JavaScript Object Notation (JSON), or comma-separated values (CSV). The importance of controlling the internal and external degrees of freedom of diatomic molecules is growing in chemical physics owing to their applications in quantum information [7], ultracold chemistry [8, 9], and the study of physics beyond the standard model [10, 11]. Most of these applications rely on laser cooling and trapping techniques, which have been achieved for a few molecules. These techniques are suitable for molecules showing almost vertical Franck–Condon factors (FCFs), which depend on the spectroscopic constants of the ground and excited electronic states. Thereby, developing a database containing the spectroscopic constants and FCFs, among the different states, will help to identify the best candidates for molecular laser cooling. In this paper, we present a database linked to an interactive website devoted to the spectroscopic constants of polar diatomic molecules for the ground and first excited electronic states, as well as to the calculation of FCFs assuming a Morse potential shape for all the states involved. The database contains the spectroscopic constants of diatomic molecules taken from Huber and Herzberg [12], which is the most complete compendium of molecular spectroscopy for diatomic molecules. The website is interactive and allows the user to upload new data upon acceptance by the web managers. In that way, the database is dynamic and may experience a growth motivated by new spectroscopy measurements.

Construction and content

The website is implemented with Linux, Apache, MySQL, and PHP (LAMP) on the backend. Bootstrap [13] provides a convenient Hypertext Markup Language (HTML), Cascading Style Sheet (CSS) and JavaScript framework for developing responsive, mobile-first websites. Thus, the website can automatically resize and adapt the layout when loaded on a variety of devices with different screen sizes. The infrastructure of the website is shown in Fig. 1. The main functionalities of the website include querying and contributing to the spectroscopic data, as well as the calculation of the FCFs. PHP and MySQL implement data query and edition on the database and manage user information. The webpages are generated dynamically by PHP with HTML/CSS and JavaScript. In particular, JavaScript is used for fast calculation and visualization of the FCFs.
Fig. 1

The infrastructure of the website

The infrastructure of the website Flowchart of search_data.php

Database construction

The spectroscopic constants of diatomic molecules are taken from Huber and Herzberg [12], and saved in a MySQL database. The molecules in the database and the states of all the molecules are indexed with non-null integer numbers “idMol” and “idAll_in” in table “molecule_data”, respectively, while the latter is used as the primary key of the table. Each state has a symbol represented in the Latex format, which is saved as a string in the database. The reduced mass of the molecule is also saved as a non-null float. The spectroscopic constants include the minimum electronic energy, (in cm), the harmonic frequency (in cm), the first anharmonic correction (in cm), the equilibrium rotational constant, (in cm), the anharmonic correction to the rotational constant, (in cm), the centrifugal distortion constant, (in cm), the binding energy, (in eV), the equilibrium internuclear distance (in Å), and the ionization potential, IP (in eV), for a given molecule in a given state. The allowed values of these constants are either float or “NULL”. The reference from which the data were taken, as well as the date of the reference are also recorded. The database also records the contribution information of each record, including the contributor, identified by “id_user”, and the date when the data are input into the database.

Website functionality

The main function of the website is to allow users to search in the database for the spectroscopic constants of a given diatomic molecule. It is implemented in “search_data.php”, as shown in Fig. 2. The keyword for the query is the chemical formula of the molecule obtained by the HyperText Transfer Protocol (HTTP) GET method from the input field. Then a query is made in the MySQL table “molecule_data”, which retrieves rows containing spectroscopic information of the queried molecule. If the molecule exists in the database, the query results are shown in a table and are available in CSV format. Then an HTML