<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Further Tutorials :: bfh_python</title>
    <link>https://pages.uoregon.edu/lipshitz/bfh/further/index.html</link>
    <description>Relative gradings and spinc structures bfh_python computes the decomposition of HF-hat into spinc-structures and the relative Maslov grading in each spinc-structure. It also computes the relative, rational Maslov grading between torsion spinc-structures, and the ambiguity of the Maslov grading in non-torsion spinc-structures (the divisibility of the first Chern class).&#xA;A lens space from dstructure import infTypeD, zeroTypeD from pmc import splitPMC from arcslide import Arcslide from arcslideda import ArcslideDA Z = splitPMC(1) solid_torus = infTypeD(1) tau_m = ArcslideDA(Arcslide(Z,1,2)) tau_l = ArcslideDA(Arcslide(Z,2,1)) slides = [tau_m, tau_m, tau_l, tau_l] for s in slides: solid_torus = s.tensorD(solid_torus) oth_side = zeroTypeD(1) cf = oth_side.morToD(solid_torus) cf.simplify() print(len(cf)) To get the relative gradings:</description>
    <generator>Hugo</generator>
    <language>en-us</language>
    <managingEditor>lipshitz@uoregon.edu (Robert Lipshitz)</managingEditor>
    <webMaster>lipshitz@uoregon.edu (Robert Lipshitz)</webMaster>
    <atom:link href="https://pages.uoregon.edu/lipshitz/bfh/further/index.xml" rel="self" type="application/rss+xml" />
  </channel>
</rss>