FNFT
Functions

Slow forward scattering. More...

#include "fnft__nse_discretization.h"
#include "fnft__akns_scatter.h"
#include <stdio.h>
#include "fnft__misc.h"
#include <string.h>
#include "fnft__errwarn.h"
Include dependency graph for fnft__nse_scatter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

FNFT_INT fnft__nse_scatter_bound_states (const FNFT_UINT D, FNFT_COMPLEX const *const q, FNFT_COMPLEX *r, FNFT_REAL const *const T, FNFT_UINT K, FNFT_COMPLEX *bound_states, FNFT_COMPLEX *a_vals, FNFT_COMPLEX *aprime_vals, FNFT_COMPLEX *b, fnft_nse_discretization_t discretization, FNFT_UINT skip_b_flag)
 Computes \(a(\lambda)\), \( a'(\lambda) = \frac{\partial a(\lambda)}{\partial \lambda}\) and \(b(\lambda)\) for complex values \(\lambda\) assuming that they are very close to the true bound-states. More...
 
FNFT_INT fnft__nse_scatter_matrix (const FNFT_UINT D, FNFT_COMPLEX const *const q, FNFT_COMPLEX *r, const FNFT_REAL eps_t, const FNFT_INT kappa, const FNFT_UINT K, FNFT_COMPLEX const *const lambda, FNFT_COMPLEX *const result, fnft_nse_discretization_t discretization, const FNFT_UINT derivative_flag)
 Computes the scattering matrix and its derivative. More...
 

Detailed Description

Slow forward scattering.