Posts

Showing posts from 2015

My Days in Boston

I have no external keyboard which includes Korean character now in Boston. I will be helpful for me to write article in English. Actually, I started to live very close from the university. It is very convenient to live and go university. I come university by bus. It takes less than hour. If there is no traffic jam, it takes only half hour. 

no title for chemistry machine learning

I think no title should be used in blog articles as having been used in artist pictures. In this article, know-how for chemistry information will be discussed. I am using MAC Book Air. In MAC OS X, '.profile' or '.bash_profile' is using in stead of just '.bashrc' which is standard in Linux. Hence, in order to add library path for Python we need to modify '.profile' or '.bash_profile' but not '.bashrc'.   Click me to see the corresponding MAC OS X case In Linux including Ubuntu, the Python library can be set using '.bashrc' file."

Code Chemistry - Introduction

Previously, real experimental is really important for chemistry research. It is only way to prove truth of new chemistry theory. It is still true, while computer simulation can reduce the number of experimental trials by programming and executing the reaction invoked by the new theory in a thinking machine. RDKit We use RDKit for showing about examples for code chemistry. If 'import rdkit' is not working we can refer to the following link: http://stackoverflow.com/questions/11191946/cannot-install-rdkit-in-ubuntu-11-10 I found that pythonpath must be set for importing new library. The pythonpath can be set up externally or internally in Python. Example: Draw Benzene First, benzene can be defined as follows. Before defining molecule, the basic library of rdkit can be loaded using the import command.    from rdkit import Chem    m = Chem.MolFromSmiles( 'C1=CC=CC=C1') Second, the 2D coordination of the molecule can be calculated. For coordination calculatio

Some google services looks not offering to apply large-size fonts

I am using google+ and google blog in my pad. I found that there is no option to increase the font size for both services. In my case, depending on situation the font size variation is helpful. 

[Javascript example] 9 to 9 multiplication

Gugudan Table Maximum First Level: Maximum Second Level: Try it

Automatic showing of blog article update in Google+

I saw that from today blog article will be delivered to the Google+ automatically. Previously, it asked me whether I will notice the information on Google+ or not about creating new page. Now, the notification method is changed from the manual type to the automatic type. The automation mode is considered to be more convenient than the conventional manual mode. Now most new google-blog articles will be published on the SnS service of Google+ with hyper links of each blog article page. The full contents of each article will be shown in blog, while the link and summary are shown in the time of the SNS. The summary can be replaced by the title since the title represents the short summary of an article.