Nick Papior

Results 118 issues of Nick Papior

@tfrederiksen @pfebrer this is a first stab at 449. I am starting to grow on the idea. However, as you can see in this PR, there are many places in...

**Describe the feature** I think this would be more natural. instead of `[io, jo, a, b, c]`, it should return `[io, jo], [a, b, c]`

high-priority

> > It seems to me that line 35 is then wrong, no? > > Oh, I see. Yes, indeed `index=1` would give the spin density and not the down-component...

medium-priority

**Describe the feature** @pfebrer did #608 in response to #606. I have been looking around on `typer` and trying to get a grasp of where the project is heading. I...

**Describe the bug** Running tests when building sisl with `WITH_FORTRAN=OFF` will create errors. It isn't fully clear to me whether we should have a global variable: ```python sisl.build.with_fortran ``` which...

I am trying to cross compile on Mac (for universal2) using github actions. I am doing the most basic `cibuildwheel` github actions setup, so everything should be handled directly in...

Hi, I have been transitioning to `scikit-build-core` which bypasses some of the problems from the older `scikit-build` procedure. Bottom line is about the details for the f2py include, its `fortranobject.c`...

From the doc https://scikit-build-core.readthedocs.io/en/latest/configuration.html#customizing-the-built-wheel it seems to me that `` and `src/` are always found. But it is not fully clear to me what `[tool.scikit-build] packages = [""]` does. What...

question

`.gitignore` is for statuses of the git workflow, and has nothing to do with content in distributable packages. It also seems to me that there is no way of disabling...

enhancement

How does this project compare to SLATE?