Closed as not planned
Description
generate_rustbca_input
in rustbca.py produces toml files that cannot be run with cargo run --release <filename>
. The errors I have identified include the following
root_finder
,interactional_potential
, andscattering_integral
require that the values be contained within double quotes- The new method of 2D mesh input has not been updated in this function
This issue is likely also true for a few other functions in the script, but I've only used this one.