https://github.com/cmurilochem/qclearn

An educational software to learn fundamental quantum chemistry problems

https://github.com/cmurilochem/qclearn

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.7%) to scientific vocabulary
Last synced: 9 months ago · JSON representation

Repository

An educational software to learn fundamental quantum chemistry problems

Basic Info
  • Host: GitHub
  • Owner: Cmurilochem
  • Language: C++
  • Default Branch: main
  • Homepage:
  • Size: 6.17 MB
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 0
Created over 3 years ago · Last pushed over 3 years ago
Metadata Files
Readme

README.md

QCLearn

An educational software to learn fundamental quantum chemistry problems. It generates iteratively wave function plots and expected energies for well-known problems like:

  • Particle in a 1D box.
  • Harmonic oscillator.
  • Rigid rotor.

Program dependencies

The user must ensure that the following utilities are available:

  • CMake 3.10 or better; 3.14+ highly recommended.
  • A C++ compatible compiler, e.g., g++ from gcc 9.1 or an upgrade.
  • Doxygen 1.8.17 or an upgrade.

Compilation & testing

  • To configure:

bash cmake -S . -B build

  • To build:

bash cmake --build build this process will generate an executable qclearn.x in the main directory.

  • To run: bash ./qclearn.x provided that the input file input.dat is in the same directory as qclearn.x.

  • To test (--target can be written as -t in CMake 3.15+):

bash cmake --build build --target test

  • To generate documentation

bash cmake --build build --target docs

Owner

  • Name: Carlos Murilo Romero Rocha
  • Login: Cmurilochem
  • Kind: user

GitHub Events

Total
Last Year

Issues and Pull Requests

Last synced: about 1 year ago

All Time
  • Total issues: 0
  • Total pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Total issue authors: 0
  • Total pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 0
  • Pull requests: 0
  • Average time to close issues: N/A
  • Average time to close pull requests: N/A
  • Issue authors: 0
  • Pull request authors: 0
  • Average comments per issue: 0
  • Average comments per pull request: 0
  • Merged pull requests: 0
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
Top Labels
Issue Labels
Pull Request Labels