1
0
mirror of https://github.com/kalmarek/PropertyT.jl.git synced 2024-08-14 17:26:57 +02:00
Commit Graph

17 Commits

Author SHA1 Message Date
6992840899
update Groups to 0.5 2020-10-17 02:04:31 +02:00
5e821286e5
define and use one(::Group) 2019-07-05 19:23:37 +02:00
88b460a959
use NCRing[Elem]s instead of MatSpace and use NCRing in Settings 2019-07-04 22:52:02 +02:00
4c4ef195e1
replace radius by halfradius where appropriate 2019-06-30 11:56:57 +02:00
70c160411d
cosmetic changes (mostly empty lines) 2019-04-12 23:18:48 +02:00
0b92aebb2f
use @info, @warn without () 2019-02-24 00:17:20 +01:00
76b8fed6b1 update for changes in AbstractAlgebra, Groups, GroupRings
* MatSpaces are no longer Rings, they are modules (that's a hack, I 
know)
* DirectProduct → DirectPower
* full → GroupRings.dense
* constructors of GroupRings require explicit basis
2019-01-11 06:37:24 +01:00
0614bf268d rework loading/saving GroupRingElems 2019-01-11 06:33:14 +01:00
10d319f48b fix: deprecations for julia-0.7/1.0 2019-01-11 06:32:09 +01:00
38d80e63ed move application specific code to 1712.07167.jl 2019-01-08 04:59:23 +01:00
9ff0481a0c return solver's status alongside the solution 2018-11-22 20:13:15 +01:00
6b886d35b9 diverge methods at the level of computeλandP 2018-09-16 18:19:04 +02:00
0ccc782d2f save and load OrbitData directly 2018-09-16 18:15:34 +02:00
3df3967fad add generic saveGRElem, loadGRElem 2018-09-16 18:02:35 +02:00
08d53840a0 rename computeLaplacian -> Laplacian 2018-09-16 18:01:44 +02:00
592f0bf7a5 parametrize Settings by {Symmetric, Naive} 2018-09-09 13:21:33 +02:00
23449ed3c0 mv Laplacians, Projections and CheckSolution
to laplacians, RGprojections and checksolution
2018-09-09 11:50:26 +02:00