Skip to content

RAI-SCC/DLES

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DLES Logo

License: MIT Ruff

Deep Learning Electronic Structure

DLES is a Python package to load and manipulate molecule data using ASE (Atomic Simulation Environment) and to carry out quantum chemistry methods using PySCF. It is an ongoing project, which will be further developed for deep learning (DL) applications.

Installation

Clone the project https://github.com/RAI-SCC/DLES.git and install it with pip install -e ..

Data Handling

DLES is able to

  • read chemical structures data from HDF5 files.
  • save specific structures as coord- or xyz-files using ASE.
  • make memory estimation for matrices generated during Hartree-Fock computations.

Hartree-Fock Computations

DLES imports PySCF to systematically carry out restricted Hartree-Fock computations.

Deep Learning

DL applications are not implemented yet. Our aim is learning the electronic structure of molecules.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages