TLDR: This research explores the use of Artificial Intelligence (AI) to predict the performance of new chemical compounds as alternative propellants for electric propulsion systems, aiming to overcome the limitations of traditional propellants like xenon. By encoding chemical structures into ‘fingerprints’ and training neural networks on data from the NIST WebBook, the AI models can accurately predict ionization energy (6.87% error), minimum appearance energy (7.99% error), and ion mass (23.89% error) upon fragmentation. For full mass spectra, the models achieved a cosine similarity of 0.6395, with 78% of predictions aligning with the top 10 most similar mass spectra within a 30 Da range when a mass filter was applied. This work demonstrates AI’s potential to streamline the development of efficient and cost-effective propellants for future space missions.
The quest for efficient and sustainable space travel propellants has taken a significant leap forward with the introduction of Artificial Intelligence (AI) algorithms. A recent study delves into using AI to predict the performance of novel chemical compounds, aiming to find viable alternatives to xenon, the current primary propellant for electric propulsion (EP) systems. Xenon, while effective, faces challenges due to its scarcity and rising costs, prompting a search for more accessible and equally potent substitutes.
Traditional alternatives like other noble gases (krypton, argon) or elements from the p-block (bismuth, iodine) have their own limitations, such as poorer ionization characteristics, condensation issues, or molecular instability. Even promising molecular candidates like adamantane and buckminsterfullerene present drawbacks, including compatibility issues, toxicity, or temperature stability problems. The sheer number of potential molecular propellants makes a trial-and-error approach impractical, highlighting the need for advanced methodologies.
AI as a Game Changer in Propellant Discovery
This research introduces machine learning (ML) as a powerful tool to overcome these hurdles. By leveraging AI, the project aims to streamline the selection process, reduce reliance on expensive propellants, and accelerate the development of mission-tailored propellants. The core idea is to predict the behavior of new molecular compounds even when only their chemical structure is known.
The study focuses on predicting key physical parameters crucial for electric propulsion: Ionization Energy (IE), minimum Appearance Energy (AE), and the ion mass resulting from fragmentation at the minimum AE. IE represents the minimum energy needed to ionize a molecule, with lower values being desirable for efficient plasma generation. AE indicates molecular stability, as a higher AE means the molecule is less likely to decompose prematurely. Predicting the ion mass helps assess potential losses due to varied ion masses in the plasma beam.
Beyond these individual parameters, the research also tackles the prediction of full mass spectra (MS). Mass spectrometry provides a comprehensive profile of how a molecule fragments, offering insights into its stability and performance, and helping to evaluate efficiency losses from the distribution of specific charges in the plasma beam. The study specifically uses electron ionization (EI) mass spectra, a widely used technique in electric propulsion research.
How the AI Models Work
To enable AI to understand chemical compounds, their properties and structures are encoded using a ‘chemical fingerprint.’ These are multidimensional vectors, specifically extended circular fingerprints (ECFPs), which capture the structural features of molecules based on their atoms and bonds. These fingerprints serve as the primary input for the machine learning algorithms.
The training data for these AI models is sourced from the open-access version of the National Institute of Standards and Technology (NIST) Chemistry WebBook, a widely recognized database. The dataset includes mass spectra data from over 21,000 compounds, ionization energy data from over 3,000 compounds, and appearance energy data from over 2,000 compounds. The models primarily use a Multi-layer Perceptron (MLP) neural network architecture, with Long Short-Term Memory (LSTM) and Bidirectional LSTM (Bi-LSTM) networks also explored for mass spectrum prediction.
Also Read:
- ChemMAS: A Multi-Agent System for Explaining Chemical Reaction Conditions
- Exploring Uncharted Chemical Territory with LLM Agents
Promising Results for Future Space Missions
The AI models demonstrated impressive accuracy in their predictions:
- Ionization Energy (IE) was predicted with a mean relative error of just 6.87%.
- Minimum Appearance Energy (AE) showed a mean relative error of 7.99%.
- The ion mass resulting from minimum AE fragmentation had a mean relative error of 23.89%, a more complex prediction due to the need to understand both when and how a molecule breaks.
- For the most complex task, predicting full mass spectra, the MLP model achieved a cosine similarity of 0.6395. When a mass filter was applied to focus on compounds with comparable masses (within a 30 Da range), the model’s ability to place the correct spectrum within the top 10 most similar mass spectra (recall@10) climbed to a notable 78%.
These results highlight the significant potential of AI in accelerating the discovery and development of new propellants. While the mass spectrum prediction is the most challenging, the model still provides valuable insights, especially for the more prominent peaks which carry substantial information. The research acknowledges that the NIST database, while comprehensive, is not perfectly optimized for training these algorithms, suggesting future improvements could come from more tailored datasets or advanced graph convolutional networks.
In conclusion, this project successfully demonstrates the predictive capabilities of machine learning in understanding the behavior of chemical compounds when ionized. This AI-assisted approach offers a powerful tool to drive the development of advanced propellants for electric propulsion, paving the way for more efficient, cost-effective, and sustainable space exploration. You can read the full research paper here.


