Juan M. Lorenzi

Results 10 comments of Juan M. Lorenzi

Methods to *efficiently* monitor and store a system's trajectory are indeed not released, but currently under development. However, there are ways of monitoring a system's trajectory in not so efficient...

Hi Michael, Thanks a lot for reproducing this. Yes, the SegFault seems to occur as soon as you try to import `kmos.run`. I will try to take a look into...

Hi Max, Regarding these "deprecated" parameters: I only came to notice them because the source code generated by otf for some of these example models crashed when it tryed to...

I do think is more interesting to go on an improve otf. However, there are models in which `local_smart` is faster than either `local_smart` or `otf` (at least in it's...

As Max is in PST and probably sleep right now, maybe I can take the liberty of commenting in the main points in case it helps: (in reverse order) 2....

Ok. First of all, no output to the command line does not meant that 'nothing came out'. I suspect you actually get the atoms object. Then you need to look...

No problem. Glad I could help. @mhoffman Hadn't you fixed the 'numerical precision too low' thing?

The dictionary is just a dictionary {'param_name':value,...}. The method is just a loop over dict.keys() that uses setattr(model.parameters,key,dict[key]). So, it is not so powerful. This was intended for using kmos...

Well, I don't know. I think here I am hitting the limit of my knowledge of kmos and/or python, and I need to read more (kmos source code and python...

OK. Tomorrow I will implement this and try to more elegantly include the parameter string for non interactive use from my previous pull request and send a more pretty pull...