Batch dehydrogenation: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| Line 3: | Line 3: | ||
Please see instructions in the [[Media:breaker.tgz|breaker.tgz]], and execute the example before further using. | Please see instructions in the [[Media:breaker.tgz|breaker.tgz]], and execute the example before further using. | ||
Golder rules | Golder rules to make your scripts: | ||
Think at least 5 different ways to do it, and then choose the better, simpler, more elegant. | Think at least 5 different ways to do it, and then choose the better, simpler, more elegant. | ||
Your initial idea is probably a very bad one. | Your initial idea is probably a very bad one. | ||
Use labels wisely. | |||
Think, then do. | Think, then do. | ||
Revision as of 16:44, 20 November 2014
This program removes one atom from a molecular chain, elongating a bond to make the initial guess of a transition state. It is specially thinked for dehydrogenation reactions. This program is helpful when coupled with the Improved Dimer Method. Couple this program with a script that generates for you the temporal input files you need and move the output to the corresponding POSCARs in the desired folder.
Please see instructions in the breaker.tgz, and execute the example before further using.
Golder rules to make your scripts:
Think at least 5 different ways to do it, and then choose the better, simpler, more elegant. Your initial idea is probably a very bad one. Use labels wisely. Think, then do.