Lindqvist - a blog about Linux and Science. Mostly.
Pages
(Move to ...)
Home
Computational Chemistry Software
Chemistry
Wine
Kernel
Misc. Linux
OS X/Windows
whoami
▼
Showing posts with label
python
.
Show all posts
Showing posts with label
python
.
Show all posts
16 April 2014
572. autorotate/superimpose python script
›
If you want to calculate reaction coordinates between two structures you need to make sure that the structures haven't been rotated or t...
04 November 2013
525. Briefly: rotating molecule during optimisation in Gaussian
›
Most people who have used gaussian will be familiar with molecules that are rotated multiple times during optimisation. Occasionally, the m...
23 October 2013
524. Generating bonds, angles and dihedrals for a molecule for GROMACS
›
Generating bond, angle and dihedral parameters for GROMACS molecular dynamics simulations is a real PITA when it comes to reasonably large a...
11 October 2013
519. Formatting an XYZ molecular geometry file using python
›
This is a silly little script -- ECCE, which I use to manage all my computations, is very particular about what XYZ files it can and cannot ...
518. Generating enantiomers of molecular structures given in XYZ coordinates using python.
›
What I'm showing here is probably overkill -- there may be better ways of doing this with sed/awk*. However, since I had most of the cod...
2 comments:
05 September 2013
513. Extracting data from a PES scan with gaussian
›
There are a few reasons to like gaussian, and many reasons not to. Gaussian is fast, and their whitepapers are great resources for learning...
14 comments:
30 August 2013
506. Extracting optimized structures from a potential energy scan in nwchem
›
Another update: It now dumps the energies in a file, energies.dat, as well. Update: some programmes, like ecce, are more picky about the...
28 August 2013
503. (relaxed) PES scanning in Nwchem revisited.
›
Update 2: The coordinates are actually gradients, and so aren't terribly informative to a casual user like myself. See this post for how...
10 July 2013
473. Programming a Metrohm Titrino -- not a how-to, just a ramble
›
Many, many years ago I learned basic programming using BASIC (the version that came with PC DOS 5, I think). I even wrote the odd game, but ...
2 comments:
28 June 2013
466. morph xyz -- python script to morph .xyz files
›
Rather naively I was hoping that by comparing two molecule .xyz files and generating an average of them I would be able to conveniently gen...
2 comments:
26 June 2013
464. bytes2words -- python script
›
This script does something I could easily do myself in e.g. bc , and so is a bit of a waste of time. However, because I enjoy writing short ...
17 June 2013
456. Adding NWChem basis sets to ECCE. Part 2. A solution: nwchem2ecce.py
›
UPDATED! I've moved the finished scripts to here: https://sourceforge.net/projects/nwbas2ecce/ They work! I've also added a num...
08 October 2012
252. Molecular weight calculator in python
›
Here's the molecular weight part of the isotopic pattern calculator in a previous post. Most people won't need a full molecular ...
2 comments:
›
Home
View web version