Sebastian Ehlert

Results 260 issues of Sebastian Ehlert

Was removed when refactoring the Python API for version 3.

Python

**Is your feature request related to a problem? Please describe.** DFT-D4 can be used self-consistently together with tight binding methods. For this purpose the dispersion evaluation has to be tightly...

enhancement

TOML Fortran implements a [`toml_datetime`](https://github.com/toml-f/toml-f/blob/main/src/tomlf/datetime.f90) derived type to represent the date time values in TOML documents. Since the derived type mainly functions to store the value it doesn't provide much...

~~Looks like the ANSI color output block in the docs is currently broken.~~ We should find an option to reliably display the color output produced by the context report. Currently...

documentation

It would be desirable to have a close integration of TOML Fortran with stdlib and provide a way to directly use stdlib data types like `string_type` together with most procedures...

I'm looking for contributors and maintainers for this project to ensure this projects stays available for the Fortran community in the long-term. **Current status** - Support for TOML v1.0.0 is...

help wanted

The TOML Fortran parser does not flag all invalid usage correctly at the moment. The following invalid decoder tests are passing: - [ ] `invalid/control/bare-cr` - [ ] `invalid/control/comment-cr` -...

bug
specs

Currently a number of validation tests is failing: - [x] `valid/array/array` - [x] `valid/array/bool` - [x] `valid/array/empty` - [x] `valid/array/hetergeneous` - [x] `valid/array/mixed-int-array` - [x] `valid/array/mixed-int-float` - [x] `valid/array/mixed-int-string` -...

bug
specs

Currently the following valid encoder tests are failing - [ ] `valid/array/mixed-string-table` - [x] `valid/comment/everywhere` - [x] `valid/datetime/local-date` - [x] `valid/datetime/local-time` - [x] `valid/datetime/local` - [x] `valid/float/inf-and-nan` - [x] `valid/inline-table/nest`...

bug
specs