mirror of
https://github.com/QuantumPackage/qp2.git
synced 2024-11-08 15:13:48 +01:00
12 lines
298 B
Markdown
12 lines
298 B
Markdown
|
# Utils trust region
|
||
|
|
||
|
The documentation can be found in the org files.
|
||
|
|
||
|
# Org files
|
||
|
The org files are stored in the directory org in order to avoid overwriting on user changes.
|
||
|
The org files can be modified, to export the change to the source code, run
|
||
|
```
|
||
|
./TANGLE_org_mode.sh
|
||
|
mv *.irp.f ../.
|
||
|
```
|