Hi
actually, milonga is printing two separate errors.
the first one is really simple, there was a bug in milonga’s init.c file. Since I do not have write access to milonga repo, please update your file with the following or wait for jeremy to update the repo:
// por default, el espectro de fision es 100% en el grupo rapido
if ((milonga.vectors.chi = wasora_get_vector_ptr("chi")) == NULL) {
milonga.vectors.chi = wasora_define_vector("chi", milonga.groups, NULL, NULL);
wasora_call(wasora_vector_init(milonga.vectors.chi));
gsl_vector_set(wasora_value_ptr(milonga.vectors.chi), 0, 1);
} else {
wasora_call(wasora_vector_init(milonga.vectors.chi));
if (milonga.vectors.chi->size != milonga.groups) {
wasora_push_error_message("vector chi has size %d and problem has %d groups", milonga.vectors.chi->size, milonga.groups);
return WASORA_PARSER_ERROR;
}
}
the second error is "error: NaN found when computing leakage term for group 1 at cell 11516 (element 25626)”
I will check it out and see if I can help you with some insight.
thanks!
ramiro
> --
> You received this message because you are subscribed to the Google Groups "wasora" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to
wasora+un...@seamplex.com.
> To post to this group, send email to
was...@seamplex.com.
> Visit this group at
https://groups.google.com/a/seamplex.com/group/wasora/.
> To view this discussion on the web visit
https://groups.google.com/a/seamplex.com/d/msgid/wasora/a1191831-272b-e8b1-b0f4-b10eb05be366%40cab.cnea.gov.ar.
> For more options, visit
https://groups.google.com/a/seamplex.com/d/optout.
> <UnOctavoDeEsferaReflejada.was><UnOctavoDeEsferaReflejada.geo.m4>