@@ -64,77 +64,85 @@ <h2>An extensible molecular simulation engine</h2>
64
64
< div class ="col-lg-3 square-1 ">
65
65
< h2 > Flexible</ h2 >
66
66
< p >
67
- Using Lumol, you can run all kind of simulations: from proteins
68
- molecular dynamics to Grand Canonical Monte Carlo adsorption in zeolites.
67
+ Using Lumol, you can run all kind of simulations: from proteins
68
+ molecular dynamics to Grand Canonical Monte Carlo adsorption in
69
+ zeolites.
69
70
</ p >
70
71
</ div >
71
72
72
73
< div class ="col-lg-3 square-2 ">
73
74
< h2 > Extendable</ h2 >
74
75
< p >
75
- Lumol is built around an extendable core, you easily add your own
76
- simulation algorithms to the code: new potentials, new Monte Carlo
77
- moves, new molecular dynamics integrators, …
76
+ Lumol is built around an extendable core, you easily add your own
77
+ simulation algorithms to the code: new potentials, new Monte Carlo
78
+ moves, new molecular dynamics integrators, …
78
79
</ p >
79
80
</ div >
80
81
81
82
< div class ="col-lg-3 square-3 ">
82
83
< h2 > Reliable</ h2 >
83
84
< p >
84
- The code is continuously tested and developed using moderns
85
- developement technics. It will never segfault or corrupt memory, and
86
- any crash is considered as a bug.
85
+ The code is continuously tested and developed using moderns developement
86
+ technics. It will never segfault or corrupt memory, and any crash is
87
+ considered as a bug.
87
88
</ p >
88
89
</ div >
89
90
90
91
< div class ="col-lg-3 square-4 ">
91
92
< h2 > Easy to use</ h2 >
92
93
< p >
93
- Lumol provide ready to use command line tools with a nice input format,
94
- and is extensively documented: from user manual to developer reference.
94
+ Lumol provide ready to use command line tools with a nice input format,
95
+ and is extensively documented: from user manual to developer reference.
95
96
</ p >
96
97
</ div >
97
98
</ div >
98
99
</ div >
99
100
100
101
< div class ="container ">
101
- < div class ="row ">
102
- < h1 > Installation</ h1 >
103
- < p >
104
- Lumol is in alpha state, but you can already try it and send us some
105
- feedback so that we can improve it. Copy and paste the line below in
106
- a terminal.
107
- </ p >
108
- < pre class ="install "> < p > cargo install --git https://github.com/lumol-org/lumol</ p > </ pre >
109
- < p >
110
- You will need a < a href ="http://rust-lang.org/ "> Rust compiler</ a >
111
- and an internet connection. Next step is to try the examples from
112
- the < a href ="https://lumol-org.github.io/lumol/latest/book/ "> user
113
- manual </ a > , and run your own simulations.
114
- </ p >
115
- </ div >
102
+ < div class ="row ">
103
+ < h1 > Installation</ h1 >
104
+ < p >
105
+ Lumol is in alpha state, but you can already try it and send us some
106
+ feedback so that we can improve it. Copy and paste the line below in a
107
+ terminal.
108
+ </ p >
109
+ < pre
110
+ class ="install "
111
+ > < p > cargo install --git https://github.com/lumol-org/lumol lumol</ p > </ pre >
112
+ < p >
113
+ You will need a < a href ="http://rust-lang.org/ "> Rust compiler</ a > and an
114
+ internet connection. Next step is to try the examples from the
115
+ < a href ="https://lumol-org.github.io/lumol/latest/book/ "> user manual </ a
116
+ > , and run your own simulations.
117
+ </ p >
118
+ </ div >
116
119
117
- < div class ="row ">
118
- < h1 > Getting help</ h1 >
119
- < p >
120
- We have a < a href ="https://gitter.im/lumol-org/lumol "> chat room
121
- </ a > where you can ask your questions and get some help with the
122
- code. Do not hesitate to come by and say hi!
123
- </ p >
124
- </ div >
120
+ < div class ="row ">
121
+ < h1 > Getting help</ h1 >
122
+ < p >
123
+ We have a
124
+ < a href ="https://gitter.im/lumol-org/lumol "> chat room </ a > where you can
125
+ ask your questions and get some help with the code. Do not hesitate to
126
+ come by and say hi!
127
+ </ p >
128
+ </ div >
125
129
126
- < div class ="row ">
127
- < h1 > Contributing</ h1 >
128
- < p >
129
- Lumol is open-source and distributed under the BSD license. The code
130
- source is on < a href ="https://github.com/lumol-org/lumol "> github
131
- </ a > , and we are open to contributions. Please come around on our < a
132
- href ="https://gitter.im/lumol-org/lumol "> chat room </ a > to discuss
133
- how you can help, or just pick an
134
- < a href ="https://github.com/lumol-org/lumol/issues?q=is%3Aissue+is%3Aopen+label%3AE-Easy ">
135
- easy issue</ a > and send a pull-request!
136
- </ p >
137
- </ div >
130
+ < div class ="row ">
131
+ < h1 > Contributing</ h1 >
132
+ < p >
133
+ Lumol is open-source and distributed under the BSD license. The code
134
+ source is on < a href ="https://github.com/lumol-org/lumol "> github </ a > ,
135
+ and we are open to contributions. Please come around on our
136
+ < a href ="https://gitter.im/lumol-org/lumol "> chat room </ a > to discuss how
137
+ you can help, or just pick an
138
+ < a
139
+ href ="https://github.com/lumol-org/lumol/issues?q=is%3Aissue+is%3Aopen+label%3AE-Easy "
140
+ >
141
+ easy issue</ a
142
+ >
143
+ and send a pull-request!
144
+ </ p >
145
+ </ div >
138
146
</ div >
139
147
140
148
</ div >
0 commit comments