xsuite 0.40.2__cp310-cp310-macosx_11_0_arm64.whl → 0.41.0__cp310-cp310-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of xsuite might be problematic. Click here for more details.
- xsuite/lib/default_base_config.c +43304 -43304
- xsuite/lib/default_base_config.cpython-310-darwin.so +0 -0
- xsuite/lib/default_base_config.json +4 -4
- xsuite/lib/default_no_config.c +37514 -37514
- xsuite/lib/default_no_config.cpython-310-darwin.so +0 -0
- xsuite/lib/default_no_config.json +4 -4
- xsuite/lib/non_tracking_kernels.c +24 -24
- xsuite/lib/non_tracking_kernels.json +4 -4
- xsuite/lib/only_xtrack_with_synrad.c +19071 -19071
- xsuite/lib/only_xtrack_with_synrad.cpython-310-darwin.so +0 -0
- xsuite/lib/only_xtrack_with_synrad.json +4 -4
- {xsuite-0.40.2.dist-info → xsuite-0.41.0.dist-info}/METADATA +6 -6
- xsuite-0.41.0.dist-info/RECORD +23 -0
- xsuite-0.40.2.dist-info/RECORD +0 -23
- {xsuite-0.40.2.dist-info → xsuite-0.41.0.dist-info}/WHEEL +0 -0
- {xsuite-0.40.2.dist-info → xsuite-0.41.0.dist-info}/entry_points.txt +0 -0
- {xsuite-0.40.2.dist-info → xsuite-0.41.0.dist-info}/licenses/LICENSE +0 -0
- {xsuite-0.40.2.dist-info → xsuite-0.41.0.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -77,60 +77,60 @@
|
|
|
77
77
|
|
|
78
78
|
#endif // XSTUITE_TRACK_FLAGS_H
|
|
79
79
|
|
|
80
|
-
#ifndef
|
|
81
|
-
#define
|
|
82
|
-
typedef struct
|
|
83
|
-
static inline
|
|
80
|
+
#ifndef XOBJ_TYPEDEF_ArrNInt64
|
|
81
|
+
#define XOBJ_TYPEDEF_ArrNInt64
|
|
82
|
+
typedef struct ArrNInt64_s * ArrNInt64;
|
|
83
|
+
static inline ArrNInt64 ArrNInt64_getp(ArrNInt64 restrict obj){
|
|
84
84
|
int64_t offset=0;
|
|
85
|
-
return (
|
|
85
|
+
return (ArrNInt64)(( char*) obj+offset);
|
|
86
86
|
}
|
|
87
|
-
static inline int64_t
|
|
87
|
+
static inline int64_t ArrNInt64_len(ArrNInt64 restrict obj){
|
|
88
88
|
int64_t offset=0;
|
|
89
89
|
int64_t* arr = ( int64_t*)(( char*) obj+offset);
|
|
90
90
|
return arr[1];
|
|
91
91
|
}
|
|
92
|
-
static inline
|
|
92
|
+
static inline int64_t ArrNInt64_get(const ArrNInt64 restrict obj, int64_t i0){
|
|
93
93
|
int64_t offset=0;
|
|
94
94
|
offset+=16+i0*8;
|
|
95
|
-
return *(
|
|
95
|
+
return *( int64_t*)(( char*) obj+offset);
|
|
96
96
|
}
|
|
97
|
-
static inline void
|
|
97
|
+
static inline void ArrNInt64_set(ArrNInt64 restrict obj, int64_t i0, int64_t value){
|
|
98
98
|
int64_t offset=0;
|
|
99
99
|
offset+=16+i0*8;
|
|
100
|
-
*(
|
|
100
|
+
*( int64_t*)(( char*) obj+offset)=value;
|
|
101
101
|
}
|
|
102
|
-
static inline
|
|
102
|
+
static inline int64_t* ArrNInt64_getp1(ArrNInt64 restrict obj, int64_t i0){
|
|
103
103
|
int64_t offset=0;
|
|
104
104
|
offset+=16+i0*8;
|
|
105
|
-
return (
|
|
105
|
+
return ( int64_t*)(( char*) obj+offset);
|
|
106
106
|
}
|
|
107
107
|
#endif
|
|
108
|
-
#ifndef
|
|
109
|
-
#define
|
|
110
|
-
typedef struct
|
|
111
|
-
static inline
|
|
108
|
+
#ifndef XOBJ_TYPEDEF_ArrNFloat64
|
|
109
|
+
#define XOBJ_TYPEDEF_ArrNFloat64
|
|
110
|
+
typedef struct ArrNFloat64_s * ArrNFloat64;
|
|
111
|
+
static inline ArrNFloat64 ArrNFloat64_getp(ArrNFloat64 restrict obj){
|
|
112
112
|
int64_t offset=0;
|
|
113
|
-
return (
|
|
113
|
+
return (ArrNFloat64)(( char*) obj+offset);
|
|
114
114
|
}
|
|
115
|
-
static inline int64_t
|
|
115
|
+
static inline int64_t ArrNFloat64_len(ArrNFloat64 restrict obj){
|
|
116
116
|
int64_t offset=0;
|
|
117
117
|
int64_t* arr = ( int64_t*)(( char*) obj+offset);
|
|
118
118
|
return arr[1];
|
|
119
119
|
}
|
|
120
|
-
static inline
|
|
120
|
+
static inline double ArrNFloat64_get(const ArrNFloat64 restrict obj, int64_t i0){
|
|
121
121
|
int64_t offset=0;
|
|
122
122
|
offset+=16+i0*8;
|
|
123
|
-
return *(
|
|
123
|
+
return *( double*)(( char*) obj+offset);
|
|
124
124
|
}
|
|
125
|
-
static inline void
|
|
125
|
+
static inline void ArrNFloat64_set(ArrNFloat64 restrict obj, int64_t i0, double value){
|
|
126
126
|
int64_t offset=0;
|
|
127
127
|
offset+=16+i0*8;
|
|
128
|
-
*(
|
|
128
|
+
*( double*)(( char*) obj+offset)=value;
|
|
129
129
|
}
|
|
130
|
-
static inline
|
|
130
|
+
static inline double* ArrNFloat64_getp1(ArrNFloat64 restrict obj, int64_t i0){
|
|
131
131
|
int64_t offset=0;
|
|
132
132
|
offset+=16+i0*8;
|
|
133
|
-
return (
|
|
133
|
+
return ( double*)(( char*) obj+offset);
|
|
134
134
|
}
|
|
135
135
|
#endif
|
|
136
136
|
#ifndef XOBJ_TYPEDEF_ArrNUint32
|