pythonchem.blogspot.com pythonchem.blogspot.com

pythonchem.blogspot.com

Python, Chemistry and Other Stuff

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Tuesday, October 15, 2013. Howto figure out whether two lists have any elements in common. While working with FragIt I had to figure out whether two lists had some elements in common (it does not matter which! And I came up with the following piece of code (with the help of Google and Stack Overflow of course). Indsendt af Casper Steinmann. Wednesday, August 21, 2013. Is to write a wrapper ...

http://pythonchem.blogspot.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR PYTHONCHEM.BLOGSPOT.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

December

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.4 out of 5 with 17 reviews
5 star
9
4 star
5
3 star
3
2 star
0
1 star
0

Hey there! Start your review of pythonchem.blogspot.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

FAVICON PREVIEW

  • pythonchem.blogspot.com

    16x16

  • pythonchem.blogspot.com

    32x32

  • pythonchem.blogspot.com

    64x64

  • pythonchem.blogspot.com

    128x128

CONTACTS AT PYTHONCHEM.BLOGSPOT.COM

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

CONTENT

SCORE

6.2

PAGE TITLE
Python, Chemistry and Other Stuff | pythonchem.blogspot.com Reviews
<META>
DESCRIPTION
Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Tuesday, October 15, 2013. Howto figure out whether two lists have any elements in common. While working with FragIt I had to figure out whether two lists had some elements in common (it does not matter which! And I came up with the following piece of code (with the help of Google and Stack Overflow of course). Indsendt af Casper Steinmann. Wednesday, August 21, 2013. Is to write a wrapper ...
<META>
KEYWORDS
1 2 kommentarer
2 email this
3 blogthis
4 share to twitter
5 share to facebook
6 share to pinterest
7 3 kommentarer
8 etiketter fragit
9 fragment
10 openbabel
CONTENT
Page content here
KEYWORDS ON
PAGE
2 kommentarer,email this,blogthis,share to twitter,share to facebook,share to pinterest,3 kommentarer,etiketter fragit,fragment,openbabel,amino acid,smiles,charge,depiction,ncc =o o,nc c c =o o,nc co c =o o,nc c c o c =o o,nc cs c =o o,nc c c c c =o o
SERVER
GSE
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Python, Chemistry and Other Stuff | pythonchem.blogspot.com Reviews

https://pythonchem.blogspot.com

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Tuesday, October 15, 2013. Howto figure out whether two lists have any elements in common. While working with FragIt I had to figure out whether two lists had some elements in common (it does not matter which! And I came up with the following piece of code (with the help of Google and Stack Overflow of course). Indsendt af Casper Steinmann. Wednesday, August 21, 2013. Is to write a wrapper ...

INTERNAL PAGES

pythonchem.blogspot.com pythonchem.blogspot.com
1

Python, Chemistry and Other Stuff: August 2013

http://www.pythonchem.blogspot.com/2013_08_01_archive.html

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Wednesday, August 21, 2013. One way to safe guard imports of external libraries. Say you have some code that is dependent on some 3rd party library, for instance users can download FragIt. That requires Open Babel. But what happens if the user 'forgot' to install Open Babel or configure the paths correctly? In header of this wrapper, you can provide code that looks like. Simple template&#46...

2

Python, Chemistry and Other Stuff: May 2012

http://www.pythonchem.blogspot.com/2012_05_01_archive.html

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Thursday, May 3, 2012. Programming the Ideal Gas. You've heard about it before. Many times. It's a model system used a lot in chemistry. The Ideal Gas law: A system where the particles can be treated as non-interacting. How do you program such a system? What do you need to describe it? Notice it is part 2), here is what the students are supposed to do once this exercise is complete:. Then t...

3

Python, Chemistry and Other Stuff: October 2011

http://www.pythonchem.blogspot.com/2011_10_01_archive.html

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Monday, October 31, 2011. Using OpenBabel to Make Input Files for GAMESS. One thing that people tend to hate to do, is to make repetitive tasks. One such thing could be to prepare 100 different geometry optimizations using DFT[ 1. And a happy mixture of basis sets[ 2. Using Open Babel[ 6. We can quickly make a GAMESS input file using the following command. Ideally what we want is to generat...

4

Python, Chemistry and Other Stuff: June 2012

http://www.pythonchem.blogspot.com/2012_06_01_archive.html

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Thursday, June 28, 2012. A Threaded PyQt GUI and Particles. I wrote a post about adding a GUI. To your command line interface program. Sometimes people just want to click stuff. If you tried it / implemented it yourself, you'd have seen that the program would have gone from responsive to non-responsive when you hit the run button. Why? I present to you threading. And this page by Jo Plaete.

5

Python, Chemistry and Other Stuff: October 2013

http://www.pythonchem.blogspot.com/2013_10_01_archive.html

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Tuesday, October 15, 2013. Howto figure out whether two lists have any elements in common. While working with FragIt I had to figure out whether two lists had some elements in common (it does not matter which! And I came up with the following piece of code (with the help of Google and Stack Overflow of course). Indsendt af Casper Steinmann. Subscribe to: Posts (Atom).

UPGRADE TO PREMIUM TO VIEW 14 MORE

TOTAL PAGES IN THIS WEBSITE

19

LINKS TO THIS WEBSITE

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: Calculate RMSD from two XYZ files

http://computerandchemistry.blogspot.com/2013/04/calculate-rmsd-from-two-xyz-files.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Friday, 26 April 2013. Calculate RMSD from two XYZ files. Calculating the RMSD mathematically for two sets of xyz coordinates for $n$ particles is straight forward:. Mathrm{RMSD}(v,w) = sqrt{ frac{1}{n} sum {i=1} n ( v {ix} - w {ix}) 2 (v {iy} - w {iy}) 2 (v {iz} - w {iz}) 2 ) }$. Http:/ en.wikipedia.org/wiki/Kabsch algorithm. The algorithm is nicely written out on wikipedia, so it w...

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: November 2012

http://computerandchemistry.blogspot.com/2012_11_01_archive.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Monday, 26 November 2012. PM6 in GAMESS, Part 3, a new file is introduced. This was great, but it also meant I had to start over with respect to mapping and compiling of this file. The mndod.f, for historical purpose, is the d-integrals from the old mndo-d method (created by Walter Theil), and then converted to work with MOPAC from version 7 , for AM1-D and on. After working a weeks ...

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: Setting up a computational cluster (HPC), part 2

http://computerandchemistry.blogspot.com/2015/06/setting-up-computational-cluster-hpc_11.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Thursday, 11 June 2015. Setting up a computational cluster (HPC), part 2. Now that we can easily provide DHCP, DNS and TFTP and a debian image for all the nodes, we want to make it easy to maintain the cluster and setup user management. For maintaining packages and configuration etc we use Puppet on Debian. So awesome! Otherwise puppet agent will not know where to connect. Bin/bash e...

scienceshareddata.blogspot.com scienceshareddata.blogspot.com

Science. Shared. Data.: April 2012

http://scienceshareddata.blogspot.com/2012_04_01_archive.html

Science. Shared. Data. With this blog I'd like to share my data from my research. Saturday, April 28, 2012. Construction of a New Basis Set. Part I. Planning. As the title suggest, I'd like to share my experience (over several parts) with the construction of a new basis set. For use in the calculation of NMR spin-spin coupling constants. SSCC) There are several key aspects that one must take into consideration and to loosely just name a few of them, they are:. Will I generate it from scratch? I thought w...

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: PM6 in GAMESS, Part 3, a new file is introduced

http://computerandchemistry.blogspot.com/2012/11/pm6-in-gamess-part-3-new-file-is.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Monday, 26 November 2012. PM6 in GAMESS, Part 3, a new file is introduced. This was great, but it also meant I had to start over with respect to mapping and compiling of this file. The mndod.f, for historical purpose, is the d-integrals from the old mndo-d method (created by Walter Theil), and then converted to work with MOPAC from version 7 , for AM1-D and on. After working a weeks ...

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: PM6 in GAMESS, Part 1

http://computerandchemistry.blogspot.com/2012/08/pm6-in-gamess-part-1.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Tuesday, 28 August 2012. PM6 in GAMESS, Part 1. Okay, so I'm working on implementing the semi-empirical method PM6 (by Jimmy "Mopac" Stewart) in GAMESS-US. Delta H f = E { rm Elect} E { rm Core} - sum {A} {} E {el} {A} sum {A} {} Delta H {f} {A}$. E n(A,B) = Z A Z B langle s A s A s B s B rangle left ( 1 e {- alpha A R {AB} e {- alpha B R {AB} right ) $. Okay, but is this better?

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: PM6 in GAMESS, Part 2

http://computerandchemistry.blogspot.com/2012/08/pm6-in-gamess-part-2.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Friday, 31 August 2012. PM6 in GAMESS, Part 2. Okay, so I'm still working on implementing PM6 integrals in GAMESS. I got the source code from MOPAC 7.1 which includes d. Integrals for the MNDO-D method (which is what Jimmy Stewart is using for PM6 in the newest MOPAC (hopefully), which originates from a program written by Walter Thiel). So the strategy is simply. The map for MOPAC is:.

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: August 2012

http://computerandchemistry.blogspot.com/2012_08_01_archive.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Friday, 31 August 2012. PM6 in GAMESS, Part 2. Okay, so I'm still working on implementing PM6 integrals in GAMESS. I got the source code from MOPAC 7.1 which includes d. Integrals for the MNDO-D method (which is what Jimmy Stewart is using for PM6 in the newest MOPAC (hopefully), which originates from a program written by Walter Thiel). So the strategy is simply. The map for MOPAC is:.

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: Setting up a computational cluster (HPC), part 1

http://computerandchemistry.blogspot.com/2015/06/setting-up-computational-cluster-hpc.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Thursday, 11 June 2015. Setting up a computational cluster (HPC), part 1. Which practically means I had to set it up from scratch. And a lot of googling. So much googling. So here is what I did. To speed things up, the whole installation is done via a local apt-get mirror on the master node. This also insures that all the packages are exactly the same version. Hosts home folder (for ...

computerandchemistry.blogspot.com computerandchemistry.blogspot.com

Comp and Chem: February 2014

http://computerandchemistry.blogspot.com/2014_02_01_archive.html

Masters student in Computational Chemistry at University of Copenhagen, writing about what I feel like. Enjoy the reading. Monday, 17 February 2014. Compiling and setting up GAMESS. Small guide on how to setup the QM software GAMESS. On a normal Ubuntu computer and work in parallel with multiple nodes (via sockets). Loosely this is based on this guide on how to compile GAMESS. 1 Download the newest GAMESS. And answer the questions. Answer them truthfully. Note: Compiling without Math library. Now we just...

UPGRADE TO PREMIUM TO VIEW 49 MORE

TOTAL LINKS TO THIS WEBSITE

59

OTHER SITES

pythoncharmers.info pythoncharmers.info

pythoncharmers.info - Crazy Domains

Search and register domain names. World's cheapest domain names. 700 New generic domains. Move your domains to us FREE. Express cheap domain renewal. Get the domain name you want. Everything you need for your domains. Control your CNAME, MX and A records. Find who owns a particular domain. COM only $9.00 Get yours! Join The Domain Club. Fast, reliable space for your website. Defend your site against hackers. Secure your site and data. Get your own me@mydomain.com. Automatic Spam and Virus protection.

pythoncharmers.net pythoncharmers.net

Welcome pythoncharmers.net - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

pythoncharmers.org pythoncharmers.org

Welcome pythoncharmers.org - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

pythonchat.com pythonchat.com

PythonChat - Python Chat

Welcome to Python Chat! Chat about anything Python. Latest thread: n.a. Latest thread: n.a. All about the cars. Latest thread: n.a. All about the cars. Latest thread: n.a. Latest thread: n.a. Latest thread: n.a. Latest thread: n.a. Latest thread: n.a. Latest thread: n.a. Latest thread: n.a. Latest thread: n.a. Latest thread: n.a.

pythonchelle.com pythonchelle.com

Welcome pythonchelle.com - BlueHost.com

Web Hosting - courtesy of www.bluehost.com.

pythonchem.blogspot.com pythonchem.blogspot.com

Python, Chemistry and Other Stuff

Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Tuesday, October 15, 2013. Howto figure out whether two lists have any elements in common. While working with FragIt I had to figure out whether two lists had some elements in common (it does not matter which! And I came up with the following piece of code (with the help of Google and Stack Overflow of course). Indsendt af Casper Steinmann. Wednesday, August 21, 2013. Is to write a wrapper ...

pythonchina.cn pythonchina.cn

Python中国社区首页-打造中国最佳Python学习交流社区! - Powered by Discuz!

位游客 - 最高记录是 39. GMT 8, 2017-1-12 21:52 , Processed in 0.019573 second(s), 11 queries .

pythonchoppers.com pythonchoppers.com

Welcome — Python Choppers

pythonchris14.wordpress.com pythonchris14.wordpress.com

pythonchris14 | The greatest WordPress.com site in all the land!

The greatest WordPress.com site in all the land! Originally posted on howardjohnsonblog. The green room at the Beacon (actually, under the Beacon) Theatre was well-stocked with food and drink after the Q and A, as the Pythons and friends made their way downstairs (thanks to Jeff Slate for the photo! May 5, 2015. Originally posted on howardjohnsonblog. Here’s the entire @montypython TriBeCa reunion. May 5, 2015. I think I should post something…. November 3, 2014. Monty Python Week, 3rd part. This time it ...

pythonci.com pythonci.com

Pythonci.com

pythonci.net pythonci.net

Pythonci.net