= Many-Body Bond Order dissection = 1. Load ''MoleCuilder'' with the config file to be split up: {{{ ./molecuilder /acetanilide.conf }}} 1. Create the Bond Fragments by entering: '''f 1.55 1'''. This will look for bonds between atoms at most 1.55 units apart and fragment to first order. 1. Quit ''MoleCuilder''. 1. The config files of the fragments reside in the directory given as the defaultpath in the father config file (must exist). 1. Go to this directory and create all the necessary subdirs with: {{{ i=0 while [ -e BondFragment${i}.conf ]; do mkdir BondFragment${i} let i=$i+1 done }}} 1. Start the simulations ... 1. Use '''joiner''' to evaluate total energy and forces in the files ''pcp.energy.all'' and ''pcp.forces.all'': {{{ joiner / pcp }}}