File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ pip install tinyff
4040Code written for TinyFF 1 can be easily updated to work with TinyFF 2.
4141All required changes are documented in the [ Migration Guide] ( migration.md ) .
4242
43- A complete list of changes is documented in [ CHANGELOG.md] ( CHANGELOG.md ) .
43+ A complete list of changes can be found in [ CHANGELOG.md] ( CHANGELOG.md ) .
4444
4545
4646## Features
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Minor versions upgrades should maintain backward compatibility.
55Only when the major version changes, you may need to make changes to code using TinyFF
66
77
8- ## Upgrading from TinyFF 1.x to 2.x
8+ ## Upgrading from TinyFF 1 to 2
99
1010The required changes are relatively minor:
1111
@@ -59,7 +59,6 @@ The required changes are relatively minor:
5959- The pair potentials have undergone a similar change.
6060 If you want to calculate the derivative, you need to ask for it explicitly.
6161 By default, only the energy is computed.
62- (They are now all derived from `PairwiseTerm` instead of `PairPotential` )
6362 For example, change from :
6463
6564 ```python
You can’t perform that action at this time.
0 commit comments