Skip to content

toml issue on df_basis #31

@MilitaoLucas

Description

@MilitaoLucas

Hello, I am having the following issue on toml when reading the following file:

threads = 30
verbosity = 2

[scf]
input = "cucomplex.xyz"
method = "r2scan"
basis = "def2-tzvp"
charge = 0
multiplicity = 2
output = "fchk"
spherical = true
df_basis = "def2-universal-jkfit"

This gives out:
INI was not able to parse scf.df_basis

threads = 30
verbosity = 2

[scf]
input = "cucomplex.xyz"
method = "r2scan"
basis = "def2-tzvp"
charge = 0
multiplicity = 2
output = "fchk"
spherical = true
density_fitting_basis = "def2-universal-jkfit"

this seems to work fine.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions