Skip to content

Commit c3f9715

Browse files
Update
1 parent 0f98986 commit c3f9715

File tree

3 files changed

+7
-27
lines changed

3 files changed

+7
-27
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
examples/output
12
/target
23
test-data
34
*.out

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ A Rust implementation of mVMC (many-variable Variational Monte Carlo method), a
44

55
[![CI](https://github.com/atelierarith/mvmc-rs/workflows/CI/badge.svg)](https://github.com/atelierarith/mvmc-rs/actions)
66

7+
## TL;DR
8+
9+
```sh
10+
$ cargo run --release -p mvmc-cli -- standard examples/c_reference/StdFace.def --output examples/output
11+
```
12+
713
## Overview
814

915
mVMC performs highly-accurate variational Monte Carlo calculations for strongly correlated electron systems including:

examples/vmc_integration_example.rs

Lines changed: 0 additions & 27 deletions
This file was deleted.

0 commit comments

Comments
 (0)