diff --git a/.idea/misc.xml b/.idea/misc.xml index 9c17c2c..64af78d 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,16 +1,6 @@ - - - - - - - - - - - + diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 83e15dc..56fbf77 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,9 +2,12 @@ - + + + + + - @@ -24,20 +27,25 @@ - - + + - - - - - + + + + + + @@ -78,16 +87,6 @@ - - - - - - - - - - @@ -104,6 +103,7 @@ + @@ -111,6 +111,10 @@ @@ -121,16 +125,31 @@ + + - - + + + + @@ -148,6 +167,7 @@ @@ -162,7 +182,7 @@ - + - + - + - + - + @@ -294,18 +294,18 @@ - - + + - - + + @@ -335,53 +335,32 @@ - + - - - - + + - + - - - - + + - + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - + + diff --git a/physComplex/__init__.py b/physComplex/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/code/afa.py b/physComplex/afa.py similarity index 100% rename from code/afa.py rename to physComplex/afa.py diff --git a/code/dfa.py b/physComplex/dfa.py similarity index 100% rename from code/dfa.py rename to physComplex/dfa.py diff --git a/code/entropy.py b/physComplex/entropy.py similarity index 100% rename from code/entropy.py rename to physComplex/entropy.py diff --git a/code/spectral.py b/physComplex/spectral.py similarity index 100% rename from code/spectral.py rename to physComplex/spectral.py