7 #include <schroedinger/schro.h>
8 #include <schroedinger/schrounpack.h>
10 #include <schroedinger/schrotables.c>
13 main (int argc
, char *argv
[])
23 j
= schro_utils_multiplier_to_quant_index (x
);
24 k
= schro_table_quant
[j
];
25 printf("%g %d %d\n", x
, j
, k
);