-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot run without input #409
Comments
So you want the official
|
Or better 🙂 :
|
Or do you want it to be able to do some semi-useful work, like initializing a default MRA world etc? |
We could add a |
Dummy seems more useful, as one might want to just run the program to find bugs in parts that are not dependent on input. |
for example, memory leaks in new functions and classes (me) |
I would expect that MRChem could be run without input so that a dummy empty calculation can be run. This would be useful for debugging or test runs where the input file is practically unneeded.
As it is now if one tries to run a calculation without an input file the code crashes.
The text was updated successfully, but these errors were encountered: