jam31118 / rigged-qprop

qprop equipped with small toolset
4 stars 2 forks source link

Error during `attoclock` example due to processing vecpot-related parameters #31

Closed jam31118 closed 6 years ago

jam31118 commented 6 years ago

The following error occurred:

[ERROR] Unexpected number of vecpot: 94638580939768

The following lines are some log in which the above error occurred:

...
[ LOG ] Getting number of vecpot param set
[ LOG ] Processing vecpot param with suffix: -120-1
Paramter omega-120-1 nicht gefunden in parameterListe::getDouble
[ERROR] Unexpected number of vecpot: 94638580939768

In a context, Processing vecpot param with suffix: -120-1, the suffix shouldn't be something like -120-1 but rather -x, -y or -z. Let's figure out why it happens.

jam31118 commented 6 years ago

Fixed at 73d2fef0501a8fa5da82e3f9545f97d89fa9ee89, closing this issue.