What language is best for a chemistry simulator?

This page summarizes the projects mentioned and recommended in the original post on /r/AskProgramming

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • DFTQuantumDot

    Density Functional Theory with plane waves basis, applied on a 'quantum dot'. Volumetric visualization of orbitals with VTK

  • A density functional theory project that could be extended to use non-local pseudopotentials to compute a molecule: https://github.com/aromanro/DFTQuantumDot (there is an example in there on how to compute a molecule but without pseudo potentials, so it works only on simple ones like H2 or so, for an example with a pseudo-potential - but a simple local one - check out the python repository).

  • DFTAtom

    Density Functional Theory in real space, for atoms, LDA and LSDA (by aromanro)

  • DFT in real space, but only for an atom: https://github.com/aromanro/DFTAtom (for a molecule it's much harder, you cannot go with 1D as in that project).

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • VQMCMolecule

    Variational Quantum Monte Carlo for a molecule, using Fokker-Planck/Langevin approach

  • You could also go with Quantum Monte Carlo, here is one such project, but limited to max 2 atoms: https://github.com/aromanro/VQMCMolecule (the general case is more difficult).

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts