eidoom commited on
Commit
8351450
·
1 Parent(s): c5882a9

add cfg zeros

Browse files
Files changed (1) hide show
  1. config.json +22 -2
config.json CHANGED
@@ -6,8 +6,8 @@
6
  "variables": 2
7
  },
8
  "output": {
9
- "epsilon_orders": 5,
10
- "functions": 4
11
  },
12
  "connection": {
13
  "epsilon_orders": 2
@@ -53,5 +53,25 @@
53
  "target": 1.5e-8,
54
  "patience": 3
55
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
56
  }
57
  }
 
6
  "variables": 2
7
  },
8
  "output": {
9
+ "functions": 4,
10
+ "epsilon_orders": 5
11
  },
12
  "connection": {
13
  "epsilon_orders": 2
 
53
  "target": 1.5e-8,
54
  "patience": 3
55
  }
56
+ },
57
+ "zeros": {
58
+ "re": [
59
+ [1, 0],
60
+ [2, 0],
61
+ [3, 0]
62
+ ],
63
+ "im": [
64
+ [0, 0],
65
+ [0, 1],
66
+ [1, 0],
67
+ [1, 1],
68
+ [1, 2],
69
+ [1, 3],
70
+ [1, 4],
71
+ [2, 0],
72
+ [2, 1],
73
+ [3, 0],
74
+ [3, 1]
75
+ ]
76
  }
77
  }