
combichem.blogspot.com
Computational BiochemistryComputational molecular sciences and free software. Pirates and molecules!
http://combichem.blogspot.com/
Computational molecular sciences and free software. Pirates and molecules!
http://combichem.blogspot.com/
TODAY'S RATING
>1,000,000
Date Range
HIGHEST TRAFFIC ON
Thursday
LOAD TIME
0.6 seconds
16x16
32x32
PAGES IN
THIS WEBSITE
19
SSL
EXTERNAL LINKS
96
SITE IP
172.217.6.65
LOAD TIME
0.65 sec
SCORE
6.2
Computational Biochemistry | combichem.blogspot.com Reviews
https://combichem.blogspot.com
Computational molecular sciences and free software. Pirates and molecules!
Computational Biochemistry: Chemistry on the Amazon EC2
http://combichem.blogspot.com/2014/02/chemistry-on-amazon-ec2.html
Computational molecular sciences and free software. Pirates and molecules! Friday, February 14, 2014. Chemistry on the Amazon EC2. We are trying out the Amazon EC2 compute cloud for running computations in the Jensen Group. This is a note on how things are going so far. It was actually extremely easy to set up. Within minutes of having created the Amazon Web Services (AWS) account, I had a free instance of Ubuntu 12.04.3 LTS up and running and was able to SSH into it. Also the price varies depending wher...
Computational Biochemistry: Slides from my PhD defence
http://combichem.blogspot.com/2014/06/slides-from-my-phd-defence.html
Computational molecular sciences and free software. Pirates and molecules! Thursday, June 12, 2014. Slides from my PhD defence. Https:/ dl.dropboxusercontent.com/u/17435887/talks and posters/phd-def.pdf. Posted by Anders Steen Christensen. Subscribe to: Post Comments (Atom). By Prof. Jan H. Jensen. This is an excellent blog about about basic molecular modeling and how to use GAMESS. Jan is also the author of a very interesting book. Slides from my PhD defence. View my complete profile.
Computational Biochemistry: June 2014
http://combichem.blogspot.com/2014_06_01_archive.html
Computational molecular sciences and free software. Pirates and molecules! Thursday, June 12, 2014. Slides from my PhD defence. Https:/ dl.dropboxusercontent.com/u/17435887/talks and posters/phd-def.pdf. Posted by Anders Steen Christensen. Subscribe to: Posts (Atom). By Prof. Jan H. Jensen. This is an excellent blog about about basic molecular modeling and how to use GAMESS. Jan is also the author of a very interesting book. Slides from my PhD defence. View my complete profile.
Computational Biochemistry: November 2013
http://combichem.blogspot.com/2013_11_01_archive.html
Computational molecular sciences and free software. Pirates and molecules! Saturday, November 9, 2013. My best, fastest and awesomest way of including matplotlib in Latex. If you use this post you will accomplish the following:. Be able Include loss-less vector graphics in your Latex document (good). Be able to select text inside figures with mouse (awesome). Compile your latex document with figures faster (probably). Make your files smaller and of higher quality (mostly). Last two steps are (1) to save ...
Computational Biochemistry: February 2014
http://combichem.blogspot.com/2014_02_01_archive.html
Computational molecular sciences and free software. Pirates and molecules! Wednesday, February 19, 2014. Automatic mounting of remote storage via SSHFS on Amazon EC2 instances. In this blog I demonstrate how you can create an Amazon EC2 instance image that will automount a folder on a remote server via SSHFS. The purpose here is to fire up a EC2 compute server, run a program and save the output from that program on our local compute cluster at the university. An Amazon EC2 instance with sshfs installed.
TOTAL PAGES IN THIS WEBSITE
19
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
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
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...
Python, Chemistry and Other Stuff: November 2011
http://pythonchem.blogspot.com/2011_11_01_archive.html
Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Wednesday, November 30, 2011. Cut'n'Frag: Fragment smart using SMARTS. In our research group. Part of the research we do is method development. To facilitate these new methods, tools are often required to setup various calculations or treat output files. Some of this research[ 1. Is in fragment based methods[ 2. This post is about one key aspect of FragIt: How to use Open Babel[ 4. Basicall...
Python, Chemistry and Other Stuff: December 2011
http://pythonchem.blogspot.com/2011_12_01_archive.html
Python, Chemistry and Other Stuff. I'll blog about python, its use in chemistry and other stuff I find interesting. Wednesday, December 7, 2011. Obtaining Contact Numbers using SMARTS. Because I'm on a roll with blogging right now and I am looking for excuses to not write the next paper, here is a post about how to utilize SMARTS[ 1. For something cheminformatically-vant such as the contact number[ 2. We will base the new code on what I did in the last post I wrote. Import openbabel filename = "1CRN....
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
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
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
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:.
TOTAL LINKS TO THIS WEBSITE
96
combicharocoscarpinteiros.blogspot.com
Com Bicharocos Carpinteiros
KidZânia - Os Jogos de Verão (Gincanas, Peddy Paper e Obras de Arte). Se puder não perca os Jogos de Verão. Da KidZânia, até final do mês de Agosto. Nós fomos e foi super-divertido! Tem um Peddy Paper para fazer em família que adorámos fazer, e que lhe dá a hipótese de ganhar um bilhete grátis de adulto para voltar à KidZânia. Não perca a oportunidade de se divertir assim, em família. Em casa deitámos mãos à obra:. Uma caixa de papelão aberta no chão, roupas "de artista", e toca a puxar pela criatividade.
Strona w przygotowaniu
혁신신약라이브러리연구센터
Computational Biochemistry
Computational molecular sciences and free software. Pirates and molecules! Thursday, June 12, 2014. Slides from my PhD defence. Https:/ dl.dropboxusercontent.com/u/17435887/talks and posters/phd-def.pdf. Posted by Anders Steen Christensen. Wednesday, February 19, 2014. Automatic mounting of remote storage via SSHFS on Amazon EC2 instances. In this blog I demonstrate how you can create an Amazon EC2 instance image that will automount a folder on a remote server via SSHFS. Everything is one long line that ...
The Bradley Group | University of Edinburgh | United Kingdom - Bradley Group | University of Edinburgh | United Kingdom | 2015
Group Meeting Schedule (Mon). Group Meeting Schedule (Thurs). Bradley Group University of Edinburgh United Kingdom. Group Meeting Schedule (Mon). Group Meeting Schedule (Thurs). The Bradley Research Group. Innovators in Chemical Medicine. Check out our Media page. Want to work in the group? Find out more here. Fully funded PhD studentship (EPSRC IRC) available in the group Touch and Tell" Optical Molecular Sensing and Imaging. Closing date 19th December, 2017. Hydrogels and Polymeric Biomaterials.
Official page of the Society of Combinatorial Sciences
Home Page
We just received our shipment yesterday….all we have to say is wow on the degreaser. This stuff is amazing on cleaning fryers and other equipment Tony, Service Manager. Proudly Manufacturered In the USA.
Combinatorial Chemistry Review
Info for Organic Chemists. Resins for Solid Phase. Linkers for Solid Phase. Combichem and HTS articles. Link to Combichem Review. Finding of novel drug is a complex process. Historically, the main source of biologically active compounds used in drug discovery programs has been natural products, isolated from plant, animal or fermentation sources. By accelerating the process of chemical synthesis. The aim of this project is to provide a basic introduction to the field of combinatorial chemistry describing...