https://github.com/cmurilochem/qclearn
An educational software to learn fundamental quantum chemistry problems
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
Repository
An educational software to learn fundamental quantum chemistry problems
Basic Info
Statistics
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 0
Metadata Files
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.xprovided that the input fileinput.datis in the same directory asqclearn.x.To test (
--targetcan be written as-tin 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
- Repositories: 3
- Profile: https://github.com/Cmurilochem
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