Giter Site home page Giter Site logo

molecular-schr-dinger-via-pinns's Introduction

Molecular Schrödinger via PINNs

Table of Contents

Introduction

This project aims to solve the time-independent molecular Schrödinger equation by employing physics-informed machine learning techniques. A cornerstone of molecular physics, understanding electron distributions within molecules is essential for ascertaining their chemical properties.

Objective

The main objective is to find eigenvalues and eigenstates of the time-independent Schrödinger operator for the Hydrogen atom. Currently, the project generates exact solutions for the Hydrogen atom as a baseline and attempts to approximate these solutions using Physics-Informed Neural Networks (PINNs).

Installation

  1. Clone the repository to your local machine: ```bash git clone https://github.com/your_username/molecular-schrodinger-solver.git ```
  2. Navigate to the project directory: ```bash cd molecular-schrodinger-solver ```
  3. Install dependencies (assuming you have Python and pip installed): ```bash pip install tensorflow numpy scipy ```

Usage

To generate exact solutions for the Hydrogen atom, run:

```bash python hydrogen.py ```

To solve the Schrödinger equation for the Hydrogen atom using PINNs, run:

```bash python hydrogen-pinn.py ```

Results

The project currently provides exact solutions for the Hydrogen atom, serving as a benchmark. Comparison of these exact solutions with those obtained from the PINN model will be conducted as the project evolves.

License

This project is licensed under the MIT License - see LICENSE.md for details.

molecular-schr-dinger-via-pinns's People

Contributors

cstrohmy avatar

Stargazers

Srikanth Divi avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.