You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Specifying the --chrg or --chrg2 parameters does not set the charge.
To Reproduce
Run the docking procedure: xtb dock Cl.xyz NH3.xyz --chrg -1
Verify the charge in the calculation setup. It is still 0:
-----------------------------------------------------------
| ===================== |
| a I S S |
| ===================== |
| S. Ehlert, S. Grimme, C.Plett |
| Mulliken Center for Theoretical Chemistry |
| University of Bonn |
-----------------------------------------------------------
* xtb-docking algorithm 6.6.0 (8843059) compiled by 'stahn@majestix' on 2023-02-09
* started run on 2023/06/23 at 12:58:52.071
taking internal default parameters
-------------------------------------------------
| Calculation Setup |
-------------------------------------------------
program call : xtb dock Cl.xyz NH3.xyz --chrg -1
omp threads : 16
coordinate file A : Cl.xyz
coordinate file B : NH3.xyz
number of atoms A : 1
number of atoms B : 4
charge of molecule A : 0.0
charge of molecule B : 0.0
spin of molecule A : 0
spin of molecule B : 0
first test random number : 0.81772429240242
Files used in this run: Cl.xyz
1
Cl 0.0 0.0 0.0
NH3.xyz
4
N 0.41850 -1.05150 0.00000
H 0.75180 -1.99430 0.00000
H 0.75180 -0.58010 0.81650
H 0.75180 -0.58010 -0.81650
To my knowledge, this bug occurs with any input file.
Expected behaviour
The charge parameter should set the charge.
The text was updated successfully, but these errors were encountered:
Hi Raphael,
Thank you for pointing that out.
This was a problem of the xtb 6.6.0 release and was fixed with #771. Version 6.6.0 can however read in .CRHG and .UHF files correctly.
Describe the bug
Specifying the
--chrg
or--chrg2
parameters does not set the charge.To Reproduce
xtb dock Cl.xyz NH3.xyz --chrg -1
0
:Files used in this run:
Cl.xyz
NH3.xyz
To my knowledge, this bug occurs with any input file.
Expected behaviour
The charge parameter should set the charge.
The text was updated successfully, but these errors were encountered: