xdatbus.c01_xdc_aggregate ========================= .. py:module:: xdatbus.c01_xdc_aggregate Functions --------- .. autoapisummary:: xdatbus.c01_xdc_aggregate.xdc_aggregate xdatbus.c01_xdc_aggregate.main Module Contents --------------- .. py:function:: xdc_aggregate(xdc_dir='./', output_dir='./', del_temp=True, show_progress=False) Aggregate XDATCAR files from an AIMD simulation. Parameters ---------- xdc_dir : str (optional) Input path of the AIMD simulation, which contains the XDATCAR files output_dir : str (optional) Output path of the XDATBUS file del_temp : bool (optional) If ``False``, the intermediate folders will be deleted show_progress : bool (optional) Whether to show the progress bar .. py:function:: main()