# ztools **Repository Path**: coordmagic/ztools ## Basic Information - **Project Name**: ztools - **Description**: A batch of computational chemistry scripts efficiently completes tasks. - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-08-31 - **Last Updated**: 2024-09-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### mfc ``` use Multiwfn/obabel to batch convert one format to another require Multiwfn or obabel install in the path usage: mfc -f xyz *.mol -f set the output format -e engine of format convert m for Multiwfn, o for obabel -i input file format, needed by obabel, default extract from file suffix ```