Json :: RuntimeError是什么意思?

问题描述

我已经构建了一个我想运行的应用程序gridDNAOrigami。用命令运行

latticednAOrigami -i [configuration file] > [output file]

我的情况是

latticednAOrigami -i inps/test_us.inp > outs/test_out.inp

link to the image with the error

输入文件如下

# System input and parameters
#origami_input_filename=snodin_unbound.json
temp=330
staple_M=1e-6
cation_M=1
temp_for_staple_u=330
staple_u_mult=1
max_total_staples=24
max_type_staples=2
domain_update_biases_present=false
#order_parameter_file=ops_default.json
#bias_functions_file=us_bias_functions.json
bias_functions_mult=1
#energy_filebase=
simulation_type=umbrella_sampling

# General simulation parameters
#movetype_file=movetypes_default.json
#num_walks_filename=inps/num_walks.arch
vmd_file_dir=../scripts/vmd
centering_freq=100000
constraint_check_freq=100000

# Umbrella sampling options
us_grid_bias_tag=grid
max_num_iters=2
max_D_bias=1
equil_steps=0
iter_steps=100000
prod_steps=0
max_rel_P_diff=0.1
#biases_file=outs/test_us.biases

# Output options
output_filebase=outs/test_us
logging_freq=100000
configs_output_freq=100000
vtf_output_freq=100000
vcf_per_domain=false
counts_output_freq=100000
ops_to_output=sds
order_params_output_freq=10000
energies_output_freq=100000
vmd_pipe_freq=100000
create_vmd_instance=false

请注意,我已经注释了包含JSON文件的行,以查看错误是否消失,但事实并非如此。无论输入文件是否接受.json文件,结果都是相同的。另外,我尝试检查JSON文件的格式,但这也证明我可以使用某种在线格式检查器来验证其有效性。

因此,我想问这个错误的确切含义,我应该去哪里尝试解决这个问题?我知道我在这里没有提供太多信息,但是我是这种编程的新手,因此,我只需要任何帮助就可以使我从此错误消息开始。

谢谢。

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)