Need for small QOL improvement for mtuq.event.Force
Closed this issue · 3 comments
thurinj commented
The mtuq.event.Force()
is currently lacking a method that outputs the force vector as a dictionary.
It would be convenient to have a similar method that in [mtuq.event.Force()] (
Line 102 in ce9aab7
so that it is easier to build an output dictionary to save it as a JSON file (as in DetailedAnalysis.py)
rmodrak commented
@thurinj Could you please double check that this is correct?
https://github.com/rmodrak/mtuq/blob/db33907642652eb93a91d932004ffe641202065e/mtuq/event.py#L201
thurinj commented
Looks good to me!