We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This, probably invalid, HSD can actually be read in
"Orphan" Parent { Child {} }
and leads to a surprising result:
{'parent': {'child': '"Orphan"'}}
I did not check this construct with DFTB+, but I'm somewhat sure that this is not the expected outcome.
Trying another invalid one like this
"Orphan" Parent { Child { ChildChild {} } }
confirms that it actually always goes to the next empty method:
{'parent': {'child': {'childchild': '"Orphan"'}}}
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This, probably invalid, HSD can actually be read in
and leads to a surprising result:
I did not check this construct with DFTB+, but I'm somewhat sure that this is not the expected outcome.
Trying another invalid one like this
confirms that it actually always goes to the next empty method:
The text was updated successfully, but these errors were encountered: