xdatbus.c02a_xdc_unwrap ======================= .. py:module:: xdatbus.c02a_xdc_unwrap Functions --------- .. autoapisummary:: xdatbus.c02a_xdc_unwrap.xdc_unwrap xdatbus.c02a_xdc_unwrap.main Module Contents --------------- .. py:function:: xdc_unwrap(xdc_path='./XDATBUS', output_path='./XDATBUS_unwrap.xyz', show_progress=False) Unwrap the coordinates in the XDATCAR file (to .xyz). Parameters ---------- xdc_path : str Input path of the XDATCAR file output_path : str Output path of the xyz file show_progress : bool (optional) Show the progress bar or not .. py:function:: main()