Commit graph

23 commits

Author SHA1 Message Date
Thomas (Tom) C. Gorordo
c09774abe7
fix link in README
Some checks failed
CI (Julia nightly) / Julia nightly - macOS-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - ubuntu-latest - x64 (push) Has been cancelled
CI (Julia nightly) / Julia nightly - windows-latest - x64 (push) Has been cancelled
CI / Julia 1 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - macOS-latest - x64 (push) Has been cancelled
CI / Julia 1 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - ubuntu-latest - x64 (push) Has been cancelled
CI / Julia 1 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.5 - windows-latest - x64 (push) Has been cancelled
CI / Julia 1.6 - windows-latest - x64 (push) Has been cancelled
2026-02-22 22:45:43 -08:00
Thomas (Tom) C. Gorordo
85c7cd2026
Tweak README.md 2024-09-03 22:01:58 -07:00
152d52595e
add wigner9j symbols. update README, .gitignore Manifest 2024-08-15 07:18:17 -07:00
Jutho Haegeman
c12478f6f0 fix compat 2021-06-16 10:00:14 +02:00
Jutho Haegeman
d48c2564e8 update README status badges 2021-06-16 01:00:33 +02:00
Jutho Haegeman
caf4c230db update README 2021-06-16 00:55:10 +02:00
Jutho Haegeman
03c3ba47e9 bump version, update readme and ci 2020-02-01 23:15:40 +01:00
Jutho Haegeman
6e0c8bfc0a update README 2019-07-09 01:07:14 +02:00
Jutho Haegeman
65e3f34649 export HalfInteger 2019-01-10 23:05:52 +01:00
Morten Piibeleht
8ebb2c791b Partially revamp the HalfInteger type (#4)
* Call the HalfInteger field twofold

Makes it more immediately obvious what the meaning of the value stored
in the field is.

* Introduce new constructors for HalfInteger

The primary inner constructor mirrors the two-argument constructor of
the Rational type, where the user provides the numerator and denominator
values.

There is also a single argument outer constructor that makes HalfInteger
behave like a normal numeric type such that HalfInteger(n) == n.

* Move HalfInteger tests to a separate file

The using statements in halfinteger.jl are there so that it would be
possible to run the file separately from the other tests.

* Test the single-argument HalfInteger constructor

* Organize halfinteger.jl a bit

Prioritise the convert methods.

* Add multiplication with integer to HalfInteger

* Implement parsing and printing for HalfInteger

* parse(::HalfInteger, x) method
* Overload show to pretty-print HalfInteger

* Overload Base.numerator/denominator

And add tests for the other supplementary functions and methods as
well.

* Add HalfIntegerRange type

Can be constructed using the range operator :. Currently only supports
unit steps in the positive direction.

* Address feedback

* Rename .twofold -> .numerator
* Consistent variable names
* Remove unnecessary methods for HalfIntegerRange

* Allow constructing HalfIntegerRange with non-integer difference

* Add docs and ceil(::HalfInteger)
2019-01-10 21:50:46 +01:00
Jutho Haegeman
6f90f842d7 remove dead julia pkg eval from readme 2018-10-05 23:33:59 +02:00
Jutho
42efa10861 update installation instructions 2018-10-05 17:21:30 +02:00
Jutho Haegeman
8854cfbb97 update README 2018-07-25 00:32:51 +02:00
Jutho Haegeman
9350aae469 Fix argument order in clebschgordan docs. 2017-11-10 11:20:03 +01:00
Jutho Haegeman
a05b93dc48 Fix readme (2) 2017-10-19 00:46:54 +02:00
Jutho Haegeman
bc47b88f38 Fix README 2017-10-19 00:46:04 +02:00
Jutho Haegeman
258246f854 add MPZ for 0.6 compatibility; update REQUIRE, add testsets 2017-10-14 01:33:52 +02:00
Jutho
9524e3f1e8 fix broken link attempt3 2017-08-11 15:35:28 +02:00
Jutho
4cc893e693 fix broken link in README attempt2 2017-08-11 15:34:24 +02:00
Jutho
42df8be35a fix broken link in README 2017-08-11 15:33:57 +02:00
Jutho
9f78c5ded7 Fix Benchmark entry in Readme 2017-08-11 15:33:29 +02:00
Jutho
c47faaf768 README and benchmarks 2017-08-11 15:32:10 +02:00
Jutho
a5395dca5b WignerSymbols.jl generated files.
license:  MIT
    authors:  Jutho
    years:    2017
    user:     jutho

Julia Version 0.7.0-DEV.1283 [4fea203375]
2017-08-08 11:23:18 +02:00