A practical introduction to the simulation of molecular systems:
Gespeichert in:
1. Verfasser: | |
---|---|
Format: | Buch |
Sprache: | English |
Veröffentlicht: |
Cambridge [u.a.]
Cambridge Univ. Press
2007
|
Ausgabe: | 2. ed., 1. publ. |
Schlagworte: | |
Online-Zugang: | Table of contents only Publisher description Contributor biographical information Inhaltsverzeichnis |
Beschreibung: | Previous ed.: 1999. Includes bibliographical references (p. 307-325) and indexes |
Beschreibung: | XI, 339 S. graph. Darst. 26 cm |
ISBN: | 9780521852524 |
Internformat
MARC
LEADER | 00000nam a2200000zc 4500 | ||
---|---|---|---|
001 | BV023068373 | ||
003 | DE-604 | ||
005 | 20080228 | ||
007 | t | ||
008 | 080108s2007 xxkd||| |||| 00||| eng d | ||
010 | |a 2007299634 | ||
015 | |a GBA739054 |2 dnb | ||
020 | |a 9780521852524 |c hbk. |9 978-0-521-85252-4 | ||
035 | |a (OCoLC)137221638 | ||
035 | |a (DE-599)BVBBV023068373 | ||
040 | |a DE-604 |b ger |e aacr | ||
041 | 0 | |a eng | |
044 | |a xxk |c GB | ||
049 | |a DE-91G |a DE-11 |a DE-703 | ||
050 | 0 | |a QD480 | |
082 | 0 | |a 541.220113 | |
084 | |a VC 6100 |0 (DE-625)147083:253 |2 rvk | ||
084 | |a VC 6300 |0 (DE-625)147088:253 |2 rvk | ||
084 | |a CHE 026f |2 stub | ||
100 | 1 | |a Field, Martin J. |e Verfasser |4 aut | |
245 | 1 | 0 | |a A practical introduction to the simulation of molecular systems |c Martin J. Field |
250 | |a 2. ed., 1. publ. | ||
264 | 1 | |a Cambridge [u.a.] |b Cambridge Univ. Press |c 2007 | |
300 | |a XI, 339 S. |b graph. Darst. |c 26 cm | ||
336 | |b txt |2 rdacontent | ||
337 | |b n |2 rdamedia | ||
338 | |b nc |2 rdacarrier | ||
500 | |a Previous ed.: 1999. | ||
500 | |a Includes bibliographical references (p. 307-325) and indexes | ||
650 | 7 | |a Modèles chimiques - Simulation par ordinateur |2 ram | |
650 | 7 | |a Molécules - Modèles |2 ram | |
650 | 4 | |a Molecules |x Models |x Computer simulation | |
650 | 0 | 7 | |a Molekülsystem |0 (DE-588)4507233-4 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Molekül |0 (DE-588)4039972-2 |2 gnd |9 rswk-swf |
650 | 0 | 7 | |a Computersimulation |0 (DE-588)4148259-1 |2 gnd |9 rswk-swf |
689 | 0 | 0 | |a Molekülsystem |0 (DE-588)4507233-4 |D s |
689 | 0 | 1 | |a Computersimulation |0 (DE-588)4148259-1 |D s |
689 | 0 | |5 DE-604 | |
689 | 1 | 0 | |a Molekül |0 (DE-588)4039972-2 |D s |
689 | 1 | 1 | |a Computersimulation |0 (DE-588)4148259-1 |D s |
689 | 1 | |8 1\p |5 DE-604 | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0803/2007299634-t.html |3 Table of contents only | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0803/2007299634-d.html |3 Publisher description | |
856 | 4 | |u http://www.loc.gov/catdir/enhancements/fy0803/2007299634-b.html |3 Contributor biographical information | |
856 | 4 | 2 | |m Digitalisierung UB Bayreuth |q application/pdf |u http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016271543&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |3 Inhaltsverzeichnis |
999 | |a oai:aleph.bib-bvb.de:BVB01-016271543 | ||
883 | 1 | |8 1\p |a cgwrk |d 20201028 |q DE-101 |u https://d-nb.info/provenance/plan#cgwrk |
Datensatz im Suchindex
_version_ | 1804137310267113472 |
---|---|
adam_text | Contents
Preface
to the first edition page
ix
Preface to the second edition
xi
1
Preliminaries
1
1.1
Introduction
1
1.2
Python
2
1.3
Object-oriented programming
5
1.4
The pDynamo library
8
1.5
Notation and units
9
2
Chemical models and representations
14
2.1
Introduction
14
2.2
The System class
14
2.3
Example
1 17
2.4
Common molecular representations
18
2.5
Example
2 27
3
Coordinates and coordinate manipulations
31
3.1
Introduction
31
3.2
Connectivity
31
3.3
Internal coordinates
35
3.4
Example
3 38
3.5
Miscellaneous transformations
41
3.6
Superimposing structures
45
3.7
Example
4 47
4
Quantum chemical models
51
4.1
Introduction
51
4.2
The Born-Oppenheimer approximation
51
4.3
Strategies for obtaining energies on a potential energy surface
53
vi
Contents
4.4
Molecular orbital
methods
54
4.5
The Hartree-Fock approximation
56
4.6
Analysis of the charge density
67
4.7
Example
5 70
4.8
Derivatives of the potential energy
74
4.9
Example
6 78
5
Molecular mechanics
81
5.1
Introduction
81
5.2
Typical empirical energy functions
81
5.3
Calculating a molecular mechanics energy
93
5.4
Example
7 101
5.5
Parametrizing potential energy functions
103
5.6
Soft constraints
105
6
Hybrid potentials
110
6.1
Introduction
110
6.2
Combining QC and MM potentials
110
6.3
Example
8 114
6.4
Covalent bonds between QC and MM atoms
116
6.5
Example
9 120
7
Finding stationary points and reaction paths on potential
energy surfaces
122
7.1
Introduction
122
7.2
Exploring potential energy surfaces
122
7.3
Locating minima
126
7.4
Example
10 129
7.5
Locating saddle points
130
7.6
Example
11 134
7.7
Following reaction paths
136
7.8
Example
12 139
7.9
Determining complete reaction paths
140
7.10
Example
13 144
8
Normal mode analysis
148
8.1
Introduction
148
8.2
Calculation of the normal modes
148
8.3
Rotational and translational modes
153
8.4
Generating normal mode trajectories
156
8.5
Example
14 158
8.6
Calculation of thermodynamic quantities
161
8.7
Example
15 165
Contents
vii
9
Molecular
dynamics
simulations
I
170
9.1
Introduction
170
9.2
Molecular dynamics
170
9.3
Example
16 178
9.4
Trajectory analysis
182
9.5
Example
17 184
9.6
Simulated annealing
186
9.7
Example
18 189
10
More on non-bonding interactions
195
10.1
Introduction
195
10.2
Cutoff methods for the calculation of non-bonding interactions
195
10.3
Example
19 205
10.4
Including an environment
209
10.5
Periodic boundary conditions
212
10.6
Example
20 215
10.7 Ewald
summation techniques
217
10.8
Fast methods for the evaluation of non-bonding interactions
223
11
Molecular dynamics simulations II
225
11.1
Introduction
225
11.2
Analysis of molecular dynamics trajectories
225
11.3
Example
21 233
11.4
Temperature and pressure control in molecular dynamics
simulations
235
11.5
Example
22 244
11.6
Calculating free energies: umbrella sampling
246
11.7
Examples
23
and
24 252
11.8
Speeding up simulations
258
12
Monte Carlo simulations
262
12.1
Introduction
262
12.2
The Metropolis Monte Carlo method
262
12.3
Monte Carlo simulations of molecules
266
12.4
Example
25 277
12.5
Calculating free energies: statistical perturbation theory
280
12.6
Example
26 286
Appendix
1
The pDynamo library
294
Appendix
2
Mathematical appendix
298
A2.1 The eigenvalues and eigenvectors of a matrix
298
A2.2 The method of
Lagrange
multipliers
300
viii Contents
Appendix 3 Solvent
boxes and solvated molecules
302
A3.1 Example
27 302
A3.2 Example
28 305
Bibliography
307
Author index
326
Subject index
330
|
adam_txt |
Contents
Preface
to the first edition page
ix
Preface to the second edition
xi
1
Preliminaries
1
1.1
Introduction
1
1.2
Python
2
1.3
Object-oriented programming
5
1.4
The pDynamo library
8
1.5
Notation and units
9
2
Chemical models and representations
14
2.1
Introduction
14
2.2
The System class
14
2.3
Example
1 17
2.4
Common molecular representations
18
2.5
Example
2 27
3
Coordinates and coordinate manipulations
31
3.1
Introduction
31
3.2
Connectivity
31
3.3
Internal coordinates
35
3.4
Example
3 38
3.5
Miscellaneous transformations
41
3.6
Superimposing structures
45
3.7
Example
4 47
4
Quantum chemical models
51
4.1
Introduction
51
4.2
The Born-Oppenheimer approximation
51
4.3
Strategies for obtaining energies on a potential energy surface
53
vi
Contents
4.4
Molecular orbital
methods
54
4.5
The Hartree-Fock approximation
56
4.6
Analysis of the charge density
67
4.7
Example
5 70
4.8
Derivatives of the potential energy
74
4.9
Example
6 78
5
Molecular mechanics
81
5.1
Introduction
81
5.2
Typical empirical energy functions
81
5.3
Calculating a molecular mechanics energy
93
5.4
Example
7 101
5.5
Parametrizing potential energy functions
103
5.6
Soft constraints
105
6
Hybrid potentials
110
6.1
Introduction
110
6.2
Combining QC and MM potentials
110
6.3
Example
8 114
6.4
Covalent bonds between QC and MM atoms
116
6.5
Example
9 120
7
Finding stationary points and reaction paths on potential
energy surfaces
122
7.1
Introduction
122
7.2
Exploring potential energy surfaces
122
7.3
Locating minima
126
7.4
Example
10 129
7.5
Locating saddle points
130
7.6
Example
11 134
7.7
Following reaction paths
136
7.8
Example
12 139
7.9
Determining complete reaction paths
140
7.10
Example
13 144
8
Normal mode analysis
148
8.1
Introduction
148
8.2
Calculation of the normal modes
148
8.3
Rotational and translational modes
153
8.4
Generating normal mode trajectories
156
8.5
Example
14 158
8.6
Calculation of thermodynamic quantities
161
8.7
Example
15 165
Contents
vii
9
Molecular
dynamics
simulations
I
170
9.1
Introduction
170
9.2
Molecular dynamics
170
9.3
Example
16 178
9.4
Trajectory analysis
182
9.5
Example
17 184
9.6
Simulated annealing
186
9.7
Example
18 189
10
More on non-bonding interactions
195
10.1
Introduction
195
10.2
Cutoff methods for the calculation of non-bonding interactions
195
10.3
Example
19 205
10.4
Including an environment
209
10.5
Periodic boundary conditions
212
10.6
Example
20 215
10.7 Ewald
summation techniques
217
10.8
Fast methods for the evaluation of non-bonding interactions
223
11
Molecular dynamics simulations II
225
11.1
Introduction
225
11.2
Analysis of molecular dynamics trajectories
225
11.3
Example
21 233
11.4
Temperature and pressure control in molecular dynamics
simulations
235
11.5
Example
22 244
11.6
Calculating free energies: umbrella sampling
246
11.7
Examples
23
and
24 252
11.8
Speeding up simulations
258
12
Monte Carlo simulations
262
12.1
Introduction
262
12.2
The Metropolis Monte Carlo method
262
12.3
Monte Carlo simulations of molecules
266
12.4
Example
25 277
12.5
Calculating free energies: statistical perturbation theory
280
12.6
Example
26 286
Appendix
1
The pDynamo library
294
Appendix
2
Mathematical appendix
298
A2.1 The eigenvalues and eigenvectors of a matrix
298
A2.2 The method of
Lagrange
multipliers
300
viii Contents
Appendix 3 Solvent
boxes and solvated molecules
302
A3.1 Example
27 302
A3.2 Example
28 305
Bibliography
307
Author index
326
Subject index
330 |
any_adam_object | 1 |
any_adam_object_boolean | 1 |
author | Field, Martin J. |
author_facet | Field, Martin J. |
author_role | aut |
author_sort | Field, Martin J. |
author_variant | m j f mj mjf |
building | Verbundindex |
bvnumber | BV023068373 |
callnumber-first | Q - Science |
callnumber-label | QD480 |
callnumber-raw | QD480 |
callnumber-search | QD480 |
callnumber-sort | QD 3480 |
callnumber-subject | QD - Chemistry |
classification_rvk | VC 6100 VC 6300 |
classification_tum | CHE 026f |
ctrlnum | (OCoLC)137221638 (DE-599)BVBBV023068373 |
dewey-full | 541.220113 |
dewey-hundreds | 500 - Natural sciences and mathematics |
dewey-ones | 541 - Physical chemistry |
dewey-raw | 541.220113 |
dewey-search | 541.220113 |
dewey-sort | 3541.220113 |
dewey-tens | 540 - Chemistry and allied sciences |
discipline | Chemie / Pharmazie Chemie |
discipline_str_mv | Chemie / Pharmazie Chemie |
edition | 2. ed., 1. publ. |
format | Book |
fullrecord | <?xml version="1.0" encoding="UTF-8"?><collection xmlns="http://www.loc.gov/MARC21/slim"><record><leader>02484nam a2200589zc 4500</leader><controlfield tag="001">BV023068373</controlfield><controlfield tag="003">DE-604</controlfield><controlfield tag="005">20080228 </controlfield><controlfield tag="007">t</controlfield><controlfield tag="008">080108s2007 xxkd||| |||| 00||| eng d</controlfield><datafield tag="010" ind1=" " ind2=" "><subfield code="a">2007299634</subfield></datafield><datafield tag="015" ind1=" " ind2=" "><subfield code="a">GBA739054</subfield><subfield code="2">dnb</subfield></datafield><datafield tag="020" ind1=" " ind2=" "><subfield code="a">9780521852524</subfield><subfield code="c">hbk.</subfield><subfield code="9">978-0-521-85252-4</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(OCoLC)137221638</subfield></datafield><datafield tag="035" ind1=" " ind2=" "><subfield code="a">(DE-599)BVBBV023068373</subfield></datafield><datafield tag="040" ind1=" " ind2=" "><subfield code="a">DE-604</subfield><subfield code="b">ger</subfield><subfield code="e">aacr</subfield></datafield><datafield tag="041" ind1="0" ind2=" "><subfield code="a">eng</subfield></datafield><datafield tag="044" ind1=" " ind2=" "><subfield code="a">xxk</subfield><subfield code="c">GB</subfield></datafield><datafield tag="049" ind1=" " ind2=" "><subfield code="a">DE-91G</subfield><subfield code="a">DE-11</subfield><subfield code="a">DE-703</subfield></datafield><datafield tag="050" ind1=" " ind2="0"><subfield code="a">QD480</subfield></datafield><datafield tag="082" ind1="0" ind2=" "><subfield code="a">541.220113</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">VC 6100</subfield><subfield code="0">(DE-625)147083:253</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">VC 6300</subfield><subfield code="0">(DE-625)147088:253</subfield><subfield code="2">rvk</subfield></datafield><datafield tag="084" ind1=" " ind2=" "><subfield code="a">CHE 026f</subfield><subfield code="2">stub</subfield></datafield><datafield tag="100" ind1="1" ind2=" "><subfield code="a">Field, Martin J.</subfield><subfield code="e">Verfasser</subfield><subfield code="4">aut</subfield></datafield><datafield tag="245" ind1="1" ind2="0"><subfield code="a">A practical introduction to the simulation of molecular systems</subfield><subfield code="c">Martin J. Field</subfield></datafield><datafield tag="250" ind1=" " ind2=" "><subfield code="a">2. ed., 1. publ.</subfield></datafield><datafield tag="264" ind1=" " ind2="1"><subfield code="a">Cambridge [u.a.]</subfield><subfield code="b">Cambridge Univ. Press</subfield><subfield code="c">2007</subfield></datafield><datafield tag="300" ind1=" " ind2=" "><subfield code="a">XI, 339 S.</subfield><subfield code="b">graph. Darst.</subfield><subfield code="c">26 cm</subfield></datafield><datafield tag="336" ind1=" " ind2=" "><subfield code="b">txt</subfield><subfield code="2">rdacontent</subfield></datafield><datafield tag="337" ind1=" " ind2=" "><subfield code="b">n</subfield><subfield code="2">rdamedia</subfield></datafield><datafield tag="338" ind1=" " ind2=" "><subfield code="b">nc</subfield><subfield code="2">rdacarrier</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Previous ed.: 1999.</subfield></datafield><datafield tag="500" ind1=" " ind2=" "><subfield code="a">Includes bibliographical references (p. 307-325) and indexes</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Modèles chimiques - Simulation par ordinateur</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="7"><subfield code="a">Molécules - Modèles</subfield><subfield code="2">ram</subfield></datafield><datafield tag="650" ind1=" " ind2="4"><subfield code="a">Molecules</subfield><subfield code="x">Models</subfield><subfield code="x">Computer simulation</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Molekülsystem</subfield><subfield code="0">(DE-588)4507233-4</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Molekül</subfield><subfield code="0">(DE-588)4039972-2</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="650" ind1="0" ind2="7"><subfield code="a">Computersimulation</subfield><subfield code="0">(DE-588)4148259-1</subfield><subfield code="2">gnd</subfield><subfield code="9">rswk-swf</subfield></datafield><datafield tag="689" ind1="0" ind2="0"><subfield code="a">Molekülsystem</subfield><subfield code="0">(DE-588)4507233-4</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2="1"><subfield code="a">Computersimulation</subfield><subfield code="0">(DE-588)4148259-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="0" ind2=" "><subfield code="5">DE-604</subfield></datafield><datafield tag="689" ind1="1" ind2="0"><subfield code="a">Molekül</subfield><subfield code="0">(DE-588)4039972-2</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2="1"><subfield code="a">Computersimulation</subfield><subfield code="0">(DE-588)4148259-1</subfield><subfield code="D">s</subfield></datafield><datafield tag="689" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="5">DE-604</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0803/2007299634-t.html</subfield><subfield code="3">Table of contents only</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0803/2007299634-d.html</subfield><subfield code="3">Publisher description</subfield></datafield><datafield tag="856" ind1="4" ind2=" "><subfield code="u">http://www.loc.gov/catdir/enhancements/fy0803/2007299634-b.html</subfield><subfield code="3">Contributor biographical information</subfield></datafield><datafield tag="856" ind1="4" ind2="2"><subfield code="m">Digitalisierung UB Bayreuth</subfield><subfield code="q">application/pdf</subfield><subfield code="u">http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016271543&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA</subfield><subfield code="3">Inhaltsverzeichnis</subfield></datafield><datafield tag="999" ind1=" " ind2=" "><subfield code="a">oai:aleph.bib-bvb.de:BVB01-016271543</subfield></datafield><datafield tag="883" ind1="1" ind2=" "><subfield code="8">1\p</subfield><subfield code="a">cgwrk</subfield><subfield code="d">20201028</subfield><subfield code="q">DE-101</subfield><subfield code="u">https://d-nb.info/provenance/plan#cgwrk</subfield></datafield></record></collection> |
id | DE-604.BV023068373 |
illustrated | Illustrated |
index_date | 2024-07-02T19:31:56Z |
indexdate | 2024-07-09T21:10:16Z |
institution | BVB |
isbn | 9780521852524 |
language | English |
lccn | 2007299634 |
oai_aleph_id | oai:aleph.bib-bvb.de:BVB01-016271543 |
oclc_num | 137221638 |
open_access_boolean | |
owner | DE-91G DE-BY-TUM DE-11 DE-703 |
owner_facet | DE-91G DE-BY-TUM DE-11 DE-703 |
physical | XI, 339 S. graph. Darst. 26 cm |
publishDate | 2007 |
publishDateSearch | 2007 |
publishDateSort | 2007 |
publisher | Cambridge Univ. Press |
record_format | marc |
spelling | Field, Martin J. Verfasser aut A practical introduction to the simulation of molecular systems Martin J. Field 2. ed., 1. publ. Cambridge [u.a.] Cambridge Univ. Press 2007 XI, 339 S. graph. Darst. 26 cm txt rdacontent n rdamedia nc rdacarrier Previous ed.: 1999. Includes bibliographical references (p. 307-325) and indexes Modèles chimiques - Simulation par ordinateur ram Molécules - Modèles ram Molecules Models Computer simulation Molekülsystem (DE-588)4507233-4 gnd rswk-swf Molekül (DE-588)4039972-2 gnd rswk-swf Computersimulation (DE-588)4148259-1 gnd rswk-swf Molekülsystem (DE-588)4507233-4 s Computersimulation (DE-588)4148259-1 s DE-604 Molekül (DE-588)4039972-2 s 1\p DE-604 http://www.loc.gov/catdir/enhancements/fy0803/2007299634-t.html Table of contents only http://www.loc.gov/catdir/enhancements/fy0803/2007299634-d.html Publisher description http://www.loc.gov/catdir/enhancements/fy0803/2007299634-b.html Contributor biographical information Digitalisierung UB Bayreuth application/pdf http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016271543&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA Inhaltsverzeichnis 1\p cgwrk 20201028 DE-101 https://d-nb.info/provenance/plan#cgwrk |
spellingShingle | Field, Martin J. A practical introduction to the simulation of molecular systems Modèles chimiques - Simulation par ordinateur ram Molécules - Modèles ram Molecules Models Computer simulation Molekülsystem (DE-588)4507233-4 gnd Molekül (DE-588)4039972-2 gnd Computersimulation (DE-588)4148259-1 gnd |
subject_GND | (DE-588)4507233-4 (DE-588)4039972-2 (DE-588)4148259-1 |
title | A practical introduction to the simulation of molecular systems |
title_auth | A practical introduction to the simulation of molecular systems |
title_exact_search | A practical introduction to the simulation of molecular systems |
title_exact_search_txtP | A practical introduction to the simulation of molecular systems |
title_full | A practical introduction to the simulation of molecular systems Martin J. Field |
title_fullStr | A practical introduction to the simulation of molecular systems Martin J. Field |
title_full_unstemmed | A practical introduction to the simulation of molecular systems Martin J. Field |
title_short | A practical introduction to the simulation of molecular systems |
title_sort | a practical introduction to the simulation of molecular systems |
topic | Modèles chimiques - Simulation par ordinateur ram Molécules - Modèles ram Molecules Models Computer simulation Molekülsystem (DE-588)4507233-4 gnd Molekül (DE-588)4039972-2 gnd Computersimulation (DE-588)4148259-1 gnd |
topic_facet | Modèles chimiques - Simulation par ordinateur Molécules - Modèles Molecules Models Computer simulation Molekülsystem Molekül Computersimulation |
url | http://www.loc.gov/catdir/enhancements/fy0803/2007299634-t.html http://www.loc.gov/catdir/enhancements/fy0803/2007299634-d.html http://www.loc.gov/catdir/enhancements/fy0803/2007299634-b.html http://bvbr.bib-bvb.de:8991/F?func=service&doc_library=BVB01&local_base=BVB01&doc_number=016271543&sequence=000002&line_number=0001&func_code=DB_RECORDS&service_type=MEDIA |
work_keys_str_mv | AT fieldmartinj apracticalintroductiontothesimulationofmolecularsystems |