-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
In: 0.5 release / master branch
when compiled, the kdvv c-example (examples/fnft_kdvv_example.c) fails:
FNFT Error: Invalid argument opts->grid_spacing.
in kdvv_compute_boundstates(593)-0.5.0
FNFT Error: Subroutine failure.
in fnft_kdvv_base(480)-0.5.0
FNFT Error: Subroutine failure.
in fnft_kdvv(242)-0.5.0
An error occured!
I suppose this is due to using the default grid-spacing of 0.0.
The example works fine if the grid spacing is explicitly defined, e.g. as
fnft_kdvv_opts_t opts = fnft_kdvv_default_opts();
// define grid spacing
opts.grid_spacing = 0.001;
Best, Christoph
Metadata
Metadata
Assignees
Labels
No labels