|
|||||||||||||||||||||||||||||||||||
|
12 Reviews
|
Average Customer Review
Share your thoughts with other customers
Create your own review
|
|
Most Helpful First | Newest First
|
|
22 of 22 people found the following review helpful:
5.0 out of 5 stars
A great book for begginers.,
By saras@servidor.unam.mx (Mexico City.) - See all my reviews
This review is from: Understanding Molecular Simulation: From Algorithms to Applications (Hardcover)
This book covers many interesting topics in molecular simulation, both Monte Carlo and M.D. It focuses on understanding the main ideas rather than giving long codes. It's a good place to start, but it also covers some ideas not found in many other books. When I try to extend my molecular dynamics program I always check what Frenkel and Smit have to say about it.
32 of 35 people found the following review helpful:
4.0 out of 5 stars
A nice disappointment,
By Jose R. Valverde Carrillo "jrvalverde" (EMBnet/CNB, Madrid Spain) - See all my reviews
This review is from: Understanding Molecular Simulation: From Algorithms to Applications (Hardcover)
The title of the book is overly ambitious and falls short on its promises. The book is a good introduction to Molecular Mechanics (MM), Molecular Dynamics (MD) and Monte Carlo (MC) methods, with detailed descriptions of the methods used and FORTRAN (pseudo)code, covering from the basics to some middle-level and some advanced algorithms.But it does NOT cover all the fields of Molecular Modelling, just the three mentioned (MM, MD and MC), there's no coverage of quantum mechanics methods, nor QSAR or other technologies. And, while it described the algorithms, I can't think of it going all the way through up to building applications. For this, Rapaport's makes a better job, and for a general intro to Molecular Modelling, Grant & Richards' Computational Chemistry is more comprehensive (albeit at a more superficial level). Nor does it provide much detail on the methods used in modelling biological macromolecules, an increasing application field for the methods discussed in the book. All in all, this book fails to satisfy its cover title, it won't introduce to the whole field (just the areas of MM, MD and MC) nor does it go up to application level. But it IS a REAL GOOD introduction to the subjects covered and their basic algorithms, with sample code, detailed descriptions and plenty of references to specialized articles, texts and resources.
20 of 21 people found the following review helpful:
5.0 out of 5 stars
Perfect for New Grad Students,
By
This review is from: Understanding Molecular Simulation, Second Edition: From Algorithms to Applications (Computational Science) (Hardcover)
This book is how I bootstrapped my way into being a molecular simulationist. Anyone who can program in some language can get started writing simple routines for the basic MD and MC simulations.I do Monte Carlo simulations at Princeton, and found this book to be the most helpful available for getting my research started. It is my most common reference, and is used extensively in writing background information for various research documents. However, after you have written your first few codes, you will pass the level of this book and need to move on. I use it less now than I did my first year. Every student in my group (Panagiotopoulos) has this book I think. And like me, they started with it, but moved on.
8 of 9 people found the following review helpful:
5.0 out of 5 stars
Excellent text for beginners in simulation,
By Kanishk Rastogi "Freelenser" (Albany, NY United States) - See all my reviews (VINE VOICE) (REAL NAME)
Amazon Verified Purchase(What's this?)
This review is from: Understanding Molecular Simulation, Second Edition: From Algorithms to Applications (Computational Science) (Hardcover)
Its an excellent book for those who are just beginners in MC & MD simulations. everything is very clearly explained with lot of examples and some related unsolved problems. the text explores this topic indetails with advanced chapters in later sections. Good for anybody int hsi field be it in materials science, physics or related fields.
2 of 3 people found the following review helpful:
2.0 out of 5 stars
Totally misses the mark, waste of time,
By Omega (Boston, MA USA) - See all my reviews
Amazon Verified Purchase(What's this?)
This review is from: Understanding Molecular Simulation, Second Edition: From Algorithms to Applications (Computational Science) (Hardcover)
While the book is a legitimate effort to codify the study of molecular mechanics, etc...I found it to be obtuse and wholly frustrating. I often write programs to solve problems in chemistry and biology, and the underlying tenets that serve me well are ignored in this book. The book has a huge discussion about what other people have done to write Monte Carlo algorithms, for example. But they fail to emphasize the algorithmic nature of the computer program, instead aiming to teach graduate students how to reproduce code that other people have already written. Monte Carlo: works on everything, but good for little if you don't already know the answer.A good program makes the right assumptions about the problem, and this book fails to communicate this essential balance at the core of molecular modeling: treatment of complexity vs. exhaustiveness of sampling. There is a huge discussion of thermostats, etc. It is like trying to have a friendly debate with a friend who can't let go of the details to agree that the whole discussion is focused on the wrong topic. We write programs to solve problems algorithmically....the focus should be the algorithms, not the programs. Unfortunately, I can't recommend a good alternative textbook. Rather, there is a wealth of information in journal articles and in the source code of several excellent open source projects. A reader/student would be well-served to identify those articles/projects that are personally most interesting, and study these rather than read this textbook.
5.0 out of 5 stars
classical on molecular simulation,
By
Amazon Verified Purchase(What's this?)
This review is from: Understanding Molecular Simulation, Second Edition: From Algorithms to Applications (Computational Science) (Hardcover)
When I have any question about simulations, this book is my first choice and it usually doesn't disappoint me. Best part of this book is crystal theory and algorithm. I know how to run a simulation, how to choose a parameter WITH CONFIDENCE after reading it. However, codes in it are not always helpful, I usually need to implement in my own way. In brief, this book is very good on basic principle and algorithm of molecular simulations, but not how to write a piece of code.
5.0 out of 5 stars
An excellent introduction,
By Anatoli Naz (Pittsburgh, PA USA) - See all my reviews
This review is from: Understanding Molecular Simulation: From Algorithms to Applications (Hardcover)
This book is an excellent introduction to the field of molecular dynamics simulation. It is easy to follow for a scientist entering the field and at the same time contains overview of most critical topics in MD simulation. The book's major goal is to describe how to simulate liquids, however it also mentions briefly the methods for gas and liquid simulations. List of references for further readings is very useful and complete.
1 of 2 people found the following review helpful:
5.0 out of 5 stars
great book for MD basics,
By
This review is from: Understanding Molecular Simulation, Second Edition: From Algorithms to Applications (Computational Science) (Hardcover)
I was especially delighted about the Monte Carlo methods and the free energy calculation techniques.
9 of 15 people found the following review helpful:
2.0 out of 5 stars
Totally Old fashioned fortran, dissapointing,
By A. Einstein "science bookish" (Germany) - See all my reviews
This review is from: Understanding Molecular Simulation, Second Edition: From Algorithms to Applications (Computational Science) (Hardcover)
There is a very strong bias to MC methods in the book. What they have to say about Molecular Dynamics methods is not really new, most of it is virtually copied from the classic by Allan/Tildesley, and many MD techniques which they consider "advanced" (such as cell list methods, verlet tables, etc.) are shifted to one of the many appendices. They do not talk about ghostparticles for instance or give a detailed account of parallelized algorithms which is really state-of-the art today.The code examples for download for the exercises, contain subtle errors, are not optimized for performance (which is THE most important thing in simulation business) and worst of all, are written in Fortran. The fact that they publish Fortran code must reflect the fact that at the time they learned how to program a computer there was no C, C++, JAVA, etc. and no object orientation in sight. Nowadays, probably no expert in programming would start a scientific and readable code in fortran. Also their definition of an algorithm is simply technically wrong. The authors are very sloppy here, have obviously no training in theoretical computer science and are obviously no experts for writing optimal code. The authors even offer scientific workshops based on their book (and probably make a lot of money with that). One can only hope that those are better than the coding examples of the exercises. Therefore only 2 stars. If you want to understand simulation and what its about I would very strongly recommend the book by M O Steinhauser about multiscale methods instead. You should check this out. It's a jewel and usually you get it in university libraries. (At least at my university).
1 of 4 people found the following review helpful:
4.0 out of 5 stars
Understanding molecular simulation,
By
This review is from: Understanding Molecular Simulation, Second Edition: From Algorithms to Applications (Computational Science) (Hardcover)
This book is goof for studying molecular. For beginner, this book is easy to understand how to do.
|
|
Most Helpful First | Newest First
|
|
Understanding Molecular Simulation: From Algorithms to Applications by Daan Frenkel (Hardcover - August 1, 1996)
Used & New from: $39.00
| ||