xtb-python
xtb-python copied to clipboard
Python API for the extended tight binding program package
### Describe the bug A single point calculation that completed on version `v20.1` cannot be evaluated with `v20.2` and `v22.1`. This is a specific example, a pair of `OH` separated...
I am using the ASE interface like this: ```python atoms = ase.Atoms(positions=pos, numbers=numbers, charges=charges) atoms.calc = XTB(method="GFN-FF") ase.optimize.LBFGS(atoms, logfile=os.devnull).run(0.001, 20) ``` Despite directing the log to devnull, the optimizer still...
### Describe the bug I try to calculate the xtb energies of the QM9 database - 133885 structures. But at 6000 structures the memory usage exceeds 32GB, resulting in my...
### Is your feature request related to a problem? Please describe. Add attributes of fetching HOMO, LUMO and H-L gap in `xtb.ase.calculator` ### Describe the solution you'd like Add something...
I'm curious how xtb-python decides how many threads / processes xTB should use when installed through a simple `pip install xtb`? Technically I include xtb as a dependency in my...
# Overview I'm getting different values for the vibrational frequencies when I use the standalone `xtb` executable with the `--hess` flag and when I use the Python API provided with...
### Describe the bug For some inputs, xtb-python produces impossible outputs which are not handled as errors. ### To Reproduce This is a script to demonstrate unhandled xTB errors for...
How could I use GBSA implicit solvent model when I integrate xtb program with the ase calculator by xtb-python?
### Describe the bug xtb (the underlying library) does not close file descriptors after writing logs to them. This causes multiple issues with logs. If you are performing a large...
**Describe the bug** Hello, I am having an error intalling xtb. I am runing conda on windows. ```` (MetalDock) C:\Users\hgrac>pip install xtb Collecting xtb Using cached xtb-22.1.tar.gz (62 kB) Installing...