Sebastian Ehlert

Results 260 issues of Sebastian Ehlert

Currently, breathe will pass Fortran classes (derived types), namespaces (modules), procedures, ... as C++ code and sphinx will complain about the invalid syntax. Integrating Fortran code documentation in sphinx would...

Running unit tests outside of the main repository fails since `fprettify.tests` is not installed. Output from conda-build when trying to test `fprettify` installation: ``` ## Package Plan ## environment location:...

bug

Currently there is only a wheel on PyPI for version 0.7.0, but no sdist. For packaging this project on conda-forge it would be nice to have an sdist as well...

Currently this project relies on Scine's Sparrow module to evaluate PM6 as electronic structure method. While reasonably stable for organic chemistry, PM6 can also sometimes fail, especially for transition metal...

It would be useful to have a stdlib module for handling common file format for data storage. If we can provide an interface in stdlib for this kind of operations...

topic: IO

- implement low-level API for color support - style, foreground and background color enumerators - ~~true color (24-bit) types~~ - generation of escape strings via to_string function Questions: - how...

topic: utilities

String support in stdlib is currently limited to ASCII, @wclodius2 brought up the issue of supporting UTF-8, UTF-16 and UTF-32 as well: > FWIW for a "string type" to supplant...

topic: utilities

Support for measuring timings, having timer ranges and pretty printing of time printout would be a useful addition. This is especially helpful for comparing implementation without relying on external tools.

topic: utilities
idea

Would it be useful for this module to also provide compile-time constants of compiler version and options used to build it? ``` module m use iso_fortran_env, only: compiler_version, compiler_options character(*),...

**Description** To support linear algebra operations we want to have interfaces/wrappers for BLAS and LAPACK, maybe even to BLACS, PBLAS and ScaLAPACK at some point. Before we start working on...

topic: mathematics
idea