将vasprun.xml 的configuration 转为 json file主要用于FitSNAP程序的前期数据集的获取
import json
import numpy as np
#read energy lattice pos
2020-07-10