#include <math.h>
#include <gsl/gsl_matrix.h>
#include "quantum_system.h"
Go to the source code of this file.
Data Structures | |
struct | solver_param |
Typedefs | |
typedef void *(*) | hamiltonian_func_t (void *, void *) |
typedef int(*) | hamiltonian_td_func_t (void *, void *, void *, double, void *) |
typedef double(*) | ho_w_func_t (double, void *) |
typedef void*(*) hamiltonian_func_t(void *, void *) |
typedef int(*) hamiltonian_td_func_t(void *, void *, void *, double, void *) |
typedef double(*) ho_w_func_t(double, void *) |