in manifolds.py [0:0]
def get(manifold): if manifold == 'S1': return Sphere(D = 2) elif manifold == 'S2': return Sphere(D = 3) elif manifolds == 'R': return Euclidean(D = 1) else: assert False