Octopus
|
Data Types | |
type | young_t |
Functions/Subroutines | |
subroutine, public | young_init (this, nup, ndown) |
recursive subroutine | young_fill (this, nn) |
subroutine | young_reset_1val (this, nn) |
subroutine, public | young_write (iunit, this) |
subroutine, public | young_write_one (iunit, this, iyoung) |
subroutine, public | young_write_allspins (iunit, nparticles) |
routine gets all Young diagrams for all distributions of spins More... | |
subroutine, public | young_ndiagrams (nparticles, ndiagrams) |
subroutine, public | young_copy (young_in, young_out) |
subroutine, public | young_end (this) |
subroutine, public young_oct_m::young_init | ( | type(young_t), intent(inout) | this, |
integer, intent(in) | nup, | ||
integer, intent(in) | ndown | ||
) |
|
private |
|
private |
subroutine, public young_oct_m::young_write | ( | integer, intent(in) | iunit, |
type(young_t), intent(inout) | this | ||
) |
subroutine, public young_oct_m::young_write_one | ( | integer, intent(in) | iunit, |
type(young_t), intent(inout) | this, | ||
integer, intent(in) | iyoung | ||
) |
subroutine, public young_oct_m::young_write_allspins | ( | integer, intent(in) | iunit, |
integer, intent(in) | nparticles | ||
) |
subroutine, public young_oct_m::young_ndiagrams | ( | integer, intent(in) | nparticles, |
integer, intent(out) | ndiagrams | ||
) |