topocm / topocm_content

Course on topology in condensed matter
http://topocondmat.org
Other
278 stars 144 forks source link

improvements w7_defects/crystalline_defects #152

Open basnijholt opened 8 years ago

basnijholt commented 8 years ago
basnijholt commented 8 years ago

Also awkward way of generating parameters:

    parameters = {
        'BHZ': {'A': 1.0, 'B': 1.0, 'D': 0.0, 'M': 0.8},
        'QAH': {'A': 1.0, 'B': 1.0, 'D': 0.0, 'mu': 0.8}}

    p_BHZ = SimpleNamespace(field=.005, t_inter=-.1, **parameters['BHZ'])
    p_QAH = SimpleNamespace(field=.01, t_inter=-.1, **parameters['QAH'])

Doesn't make sense, since 'BHZ' and 'QAH' have most parameters shared.