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
If I call xtb with tblite (--tblite), the json flag (--json) is ignored and there will be no output json file written. Same thing if the command to write the json is given via an xtb.inp file.
To Reproduce
Please run the following two commands with a sample xyz file and compare the output: xtb --json molecule.xyz --> correctly writes file xtbout.json xtb --json --tblite molecule.xyz --> no output json file
Expected behaviour
I would expect that the file xtbout.json is part of the output, since both the xtb module and the independent tblite module support the --json flag. The json files of the xtb module and the tblite module look quite different, but I would expect at least one of them.
If I call xtb with tblite (
--tblite
), the json flag (--json
) is ignored and there will be no output json file written. Same thing if the command to write the json is given via anxtb.inp
file.To Reproduce
Please run the following two commands with a sample xyz file and compare the output:
xtb --json molecule.xyz
--> correctly writes filextbout.json
xtb --json --tblite molecule.xyz
--> no output json fileExpected behaviour
I would expect that the file
xtbout.json
is part of the output, since both the xtb module and the independent tblite module support the --json flag. The json files of the xtb module and the tblite module look quite different, but I would expect at least one of them.Additional context
xtb version: 6.6.1
tblite version: 0.3.0
The text was updated successfully, but these errors were encountered: