Merge branch 'master' of https://github.com/danijoo/lj_monte_carlo
This commit is contained in:
@@ -3,8 +3,8 @@ Simple Lennard Jones Liquid MC simulation implemented in Rust
|
|||||||
|
|
||||||
To compile, run:
|
To compile, run:
|
||||||
```
|
```
|
||||||
/ release builds are much faster because of enabled lto
|
// release builds are much faster because of enabled lto
|
||||||
cargo build --release /
|
cargo build --release
|
||||||
```
|
```
|
||||||
|
|
||||||
The compiled binary can then be found in ```target/release.```
|
The compiled binary can then be found in ```target/release.```
|
||||||
|
|||||||
16
mclj.iml
16
mclj.iml
@@ -1,16 +0,0 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
|
||||||
<module type="RUST_MODULE" version="4">
|
|
||||||
<component name="NewModuleRootManager" inherit-compiler-output="true">
|
|
||||||
<exclude-output />
|
|
||||||
<content url="file://$MODULE_DIR$">
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/examples" isTestSource="false" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/tests" isTestSource="true" />
|
|
||||||
<sourceFolder url="file://$MODULE_DIR$/benches" isTestSource="true" />
|
|
||||||
<excludeFolder url="file://$MODULE_DIR$/target" />
|
|
||||||
</content>
|
|
||||||
<orderEntry type="sourceFolder" forTests="false" />
|
|
||||||
<orderEntry type="library" name="Rust <mclj>" level="project" />
|
|
||||||
<orderEntry type="library" name="Cargo <mclj>" level="project" />
|
|
||||||
</component>
|
|
||||||
</module>
|
|
||||||
Reference in New Issue
Block a user