Skip to content

Commit

Permalink
Document the type property
Browse files Browse the repository at this point in the history
  • Loading branch information
Amphiluke committed Aug 30, 2017
1 parent 0e3cf90 commit 5580f4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 666 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,13 @@ You may instantiate the `Varshni3` class as follows:
let varshni = new potprox.Varshni3({d0: 0.0368, r0: 5.389, b: 0.0597});
```

### Potential class methods
### Potential class members

All the classes in the `potprox` object have a few common methods listed below.
All the classes in the `potprox` object have a few members listed below.

#### `type`

The *static* read-only property containing the name of the potential class (e.g. `"LennardJones"`, `"Morse"`, `"Buckingham"` etc.).

#### `from(data [, settings])`

Expand Down
Loading

0 comments on commit 5580f4c

Please sign in to comment.