parser.add_argument('--space_group_list',type=str,nargs='+',default=["2,14"],help='Space group list for structure generation, spilt by comma to add mutiple groups, split by space for multiple packings')
parser.add_argument('--add_name',type=str,nargs='+',default=["CRYSTAL"],help='Add name for the generated structures, split by space for multiple packings')
parser.add_argument('--max_workers',type=int,default=8,help='Maximum number of workers for parallel processing')
parser.add_argument('--mode',type=str,default=8,choices=['all','conformer_only','structure_only'],help='choose the jobs to do')