AJ Medford

Results 8 comments of AJ Medford

Hi Gabriel, this would be great! My initial strategy would be to try to create a new solver class (e.g. GusmaoSolver). Ideally it would inherit from "MeanFieldSolver", but if I...

I would first try checking the versions of Python and all necessary packages. The build is passing, and the tests are the tutorials, so if all the versions are correct...

Hi Kevin, Thanks for the comment - you are exactly right that it is impossible to solve for 3 unknowns given only a single surface. There should probably be an...

Yeah, but that warning is pretty cryptic. I added a more verbose error message in the most recent commit, hopefully at the right place. Give it a try and see...

Based on what I am seeing, I agree that this should work, although it has been a long time since I utilized or tested the "custom species" feature. I don't...

This error happens when the string that is generated for your kinetic equation is not valid for some reason. CatMAP auto-generates the long string you see (starting with `J[0,0]`) and...

This is a really old one. I think I have cleaned up the ReactionModelWrapper to improve the getattr synchronization since then, which may have fixed the issue. If it doesn't...

This sounds like a great idea, and a good way to learn the code. I agree that python-sphinx is the best choice, so lets go with that. Perhaps we can...