-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #178 from sandialabs/ufjc-isometric-legendre
uFJC isometric legendre
- Loading branch information
Showing
189 changed files
with
37,714 additions
and
429 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
name = "Polymers" | ||
uuid = "8aef037c-a721-4e8a-9d81-eb7093daef2c" | ||
authors = ["mrbuche <[email protected]>"] | ||
version = "0.3.2" | ||
version = "0.3.3" | ||
|
||
[deps] | ||
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,5 @@ | ||
import pytest | ||
from re import sub | ||
from sys import stdout | ||
from subprocess import run | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/source/physics/single_chain/ufjc/lennard_jones/thermodynamics/isometric.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Lennard-Jones-FJC model thermodynamics (isometric) | ||
================================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Asymptotic <isometric/asymptotic> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.lennard_jones.thermodynamics.isometric::LENNARDJONESFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: asymptotic |
17 changes: 17 additions & 0 deletions
17
...physics/single_chain/ufjc/lennard_jones/thermodynamics/isometric/asymptotic.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Lennard-Jones-FJC model thermodynamics (isometric/asymptotic) | ||
============================================================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Reduced <asymptotic/reduced> | ||
Legendre <asymptotic/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.lennard_jones.thermodynamics.isometric.asymptotic::LENNARDJONESFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: reduced | ||
.. autoattribute:: legendre |
19 changes: 19 additions & 0 deletions
19
...ingle_chain/ufjc/lennard_jones/thermodynamics/isometric/asymptotic/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/legendre) | ||
====================================================================== | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.lennard_jones.thermodynamics.isometric.asymptotic.legendre::LENNARDJONESFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
15 changes: 15 additions & 0 deletions
15
...single_chain/ufjc/lennard_jones/thermodynamics/isometric/asymptotic/reduced.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/reduced) | ||
===================================================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Legendre <reduced/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.lennard_jones.thermodynamics.isometric.asymptotic.reduced::LENNARDJONESFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: legendre |
19 changes: 19 additions & 0 deletions
19
...ain/ufjc/lennard_jones/thermodynamics/isometric/asymptotic/reduced/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/reduced/legendre) | ||
============================================================================== | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.lennard_jones.thermodynamics.isometric.asymptotic.reduced.legendre::LENNARDJONESFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
docs/source/physics/single_chain/ufjc/log_squared/thermodynamics/isometric.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Log-squared-FJC model thermodynamics (isometric) | ||
================================================ | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Asymptotic <isometric/asymptotic> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.log_squared.thermodynamics.isometric::LOGSQUAREDFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: asymptotic |
17 changes: 17 additions & 0 deletions
17
...e/physics/single_chain/ufjc/log_squared/thermodynamics/isometric/asymptotic.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Log-squared-FJC model thermodynamics (isometric/asymptotic) | ||
=========================================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Reduced <asymptotic/reduced> | ||
Legendre <asymptotic/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.log_squared.thermodynamics.isometric.asymptotic::LOGSQUAREDFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: reduced | ||
.. autoattribute:: legendre |
6 changes: 3 additions & 3 deletions
6
...fjc/thermodynamics/isometric/legendre.rst → ...ynamics/isometric/asymptotic/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
15 changes: 15 additions & 0 deletions
15
...s/single_chain/ufjc/log_squared/thermodynamics/isometric/asymptotic/reduced.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
Log-squared-FJC model thermodynamics (isometric/asymptotic/reduced) | ||
=================================================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Legendre <reduced/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.log_squared.thermodynamics.isometric.asymptotic.reduced::LOGSQUAREDFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: legendre |
19 changes: 19 additions & 0 deletions
19
...chain/ufjc/log_squared/thermodynamics/isometric/asymptotic/reduced/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Log-squared-FJC model thermodynamics (isometric/asymptotic/reduced/legendre) | ||
============================================================================ | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.log_squared.thermodynamics.isometric.asymptotic.reduced.legendre::LOGSQUAREDFJC(number_of_links, link_length, hinge_mass, link_stiffness) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 16 additions & 0 deletions
16
docs/source/physics/single_chain/ufjc/morse/thermodynamics/isometric.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Morse-FJC model thermodynamics (isometric) | ||
========================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Asymptotic <isometric/asymptotic> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.morse.thermodynamics.isometric::MORSEFJC(number_of_links, link_length, hinge_mass, link_stiffness, link_energy) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: link_energy | ||
.. autoattribute:: asymptotic |
18 changes: 18 additions & 0 deletions
18
.../source/physics/single_chain/ufjc/morse/thermodynamics/isometric/asymptotic.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
Morse-FJC model thermodynamics (isometric/asymptotic) | ||
===================================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Reduced <asymptotic/reduced> | ||
Legendre <asymptotic/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.morse.thermodynamics.isometric.asymptotic::MORSEFJC(number_of_links, link_length, hinge_mass, link_stiffness, link_energy) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: link_energy | ||
.. autoattribute:: reduced | ||
.. autoattribute:: legendre |
20 changes: 20 additions & 0 deletions
20
...hysics/single_chain/ufjc/morse/thermodynamics/isometric/asymptotic/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Morse-FJC model thermodynamics (isometric/asymptotic/legendre) | ||
============================================================== | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.morse.thermodynamics.isometric.asymptotic.legendre::MORSEFJC(number_of_links, link_length, hinge_mass, link_stiffness, link_energy) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: link_energy | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
16 changes: 16 additions & 0 deletions
16
...physics/single_chain/ufjc/morse/thermodynamics/isometric/asymptotic/reduced.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
Morse-FJC model thermodynamics (isometric/asymptotic/reduced) | ||
============================================================= | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
|
||
Legendre <reduced/legendre> | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.morse.thermodynamics.isometric.asymptotic.reduced::MORSEFJC(number_of_links, link_length, hinge_mass, link_stiffness, link_energy) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: link_energy | ||
.. autoattribute:: legendre |
20 changes: 20 additions & 0 deletions
20
...ingle_chain/ufjc/morse/thermodynamics/isometric/asymptotic/reduced/legendre.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Morse-FJC model thermodynamics (isometric/asymptotic/reduced/legendre) | ||
====================================================================== | ||
|
||
.. autoclass:: polymers.physics.single_chain.ufjc.morse.thermodynamics.isometric.asymptotic.reduced.legendre::MORSEFJC(number_of_links, link_length, hinge_mass, link_stiffness, link_energy) | ||
|
||
.. autoattribute:: number_of_links | ||
.. autoattribute:: link_length | ||
.. autoattribute:: hinge_mass | ||
.. autoattribute:: link_stiffness | ||
.. autoattribute:: link_energy | ||
.. automethod:: force(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_force(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy(end_to_end_length, temperature) | ||
.. automethod:: relative_helmholtz_free_energy_per_link(end_to_end_length, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link, temperature) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy(nondimensional_end_to_end_length_per_link) | ||
.. automethod:: nondimensional_relative_helmholtz_free_energy_per_link(nondimensional_end_to_end_length_per_link) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
5 changes: 0 additions & 5 deletions
5
docs/src/physics/single_chain/efjc/thermodynamics/isometric/legendre.md
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
docs/src/physics/single_chain/ufjc/lennard_jones/thermodynamics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
docs/src/physics/single_chain/ufjc/lennard_jones/thermodynamics/isometric.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Lennard-Jones-FJC model thermodynamics (isometric) | ||
|
||
* [Lennard-Jones-FJC model thermodynamics (isometric/asymptotic)](../../../../../asymptotic) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Ufjc.LennardJones.Thermodynamics.Isometric] | ||
``` |
8 changes: 8 additions & 0 deletions
8
.../physics/single_chain/ufjc/lennard_jones/thermodynamics/isometric/asymptotic.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Lennard-Jones-FJC model thermodynamics (isometric/asymptotic) | ||
|
||
* [Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/reduced)](../../../../../../reduced) | ||
* [Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/legendre)](../../../../../../legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Ufjc.LennardJones.Thermodynamics.Isometric.Asymptotic] | ||
``` |
5 changes: 5 additions & 0 deletions
5
...single_chain/ufjc/lennard_jones/thermodynamics/isometric/asymptotic/legendre.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Ufjc.LennardJones.Thermodynamics.Isometric.Asymptotic.Legendre] | ||
``` |
7 changes: 7 additions & 0 deletions
7
.../single_chain/ufjc/lennard_jones/thermodynamics/isometric/asymptotic/reduced.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/reduced) | ||
|
||
* [Lennard-Jones-FJC model thermodynamics (isometric/asymptotic/reduced/legendre)](../../../../../../../legendre) | ||
|
||
```@autodocs | ||
Modules = [Polymers.Physics.SingleChain.Ufjc.LennardJones.Thermodynamics.Isometric.Asymptotic.Reduced] | ||
``` |
Oops, something went wrong.
ca9840f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@JuliaRegistrator register
ca9840f
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Registration pull request created: JuliaRegistries/General/82466
After the above pull request is merged, it is recommended that a tag is created on this repository for the registered package version.
This will be done automatically if the Julia TagBot GitHub Action is installed, or can be done manually through the github interface, or via: