dftbplus
dftbplus copied to clipboard
DFTB+ general package for performing fast atomistic simulations
Start of reorganization. - [x] remove requirement for SK files - [x] read Born charges - [ ] direct file read of hessian and Born charges, if requested - [x]...
This PR updates the command line parsing to argparse.
This (draft) pull request restructures dptools and ptools. It adds new functionality for interacting with the dftb+ output files. (Accessing data in "results.tag", checking for scc and geometry convergence in...
**Describe the bug** I am trying to perform an NPT simulation (viz., 1 bar 50 K, 1 bar 300 K, etc.) on a molecular cluster using the GFN2-xTB method in...
Small PR to add an output (atom-resolved energy in real time), that was requested from a user.
The 'getDensity' subroutine is separated into three individual routines; building Hamiltonian, solve equation, get density matrix
Code simpler than pherk if pgemm used. Performance on 4 cores
HSD parser stops now if length of a line exceeds allowed limit (currently 1024 chars). Closes #1063
**Is your feature request related to a problem? Please describe.** Prefix = "XXX" is apparently parsed in SlaterKosterFiles = {} but is not used for determining the search path for...
PR to allow for overlapping atoms upon user request and write sensible overlap data. Necessary for interface with Newton-X. Here: Implemented writing of X+Y data to autotest.tag, in this way...