Skip to content

Instantly share code, notes, and snippets.

View wd15's full-sized avatar

Daniel Wheeler wd15

View GitHub Profile
@wd15
wd15 / README.md
Last active March 25, 2025 09:23
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@wd15
wd15 / README.md
Last active September 30, 2016 15:21
PyMKS Demo

PyMKS Demo for MGI

@wd15
wd15 / README.md
Last active October 18, 2016 19:51
Conda recipe for Sfepy

Conda Recipe for Sfepy

The user and channel is, https://anaconda.org/wd15/sfepy.

Remember to change the version and git_rev.

To build and upload use,

$ conda config --add channels conda-forge

$ conda install -n root conda-build

@wd15
wd15 / README.md
Last active October 14, 2016 19:19
South Big Data Hub Presentation

South Big Data Hub Presentation

time TotalEnergy
0 0
1 933.5539904727
1.1407100423 931.7990362438
2.9990376221 900.9723236116
5 848.4660711059
5.6611454885 826.9131473404
10 674.1116285695
16.568796683 560.2503712909
20 532.7331081155
@wd15
wd15 / cfp-matsci-minisym-scipy-2017.md
Last active February 10, 2017 15:37
Call for proposals for materials science minisymposium at Scipy 2017

Call for Proposals

Materials Science Minisymposium

SciPy 2017 Conference, Austin, Texas, July 10-16, 2017

This year's SciPy 2017 conference will include a minisymposium on Materials Science, the goal of which is to capture a cross-section of computational materials science activities relating to the SciPy tools and the scientific Python community at a variety of levels.

We welcome presentation proposals from individuals or teams who directly

@wd15
wd15 / abstract.md
Last active March 22, 2017 17:39
Abstract for Scipy 2017 about PyMKS

PyMKS Abstract for Scipy 2017

Short

There is a critical need for customized analytics that take into account the stochastic nature of the internal structure of materials at multiple length scales in order to extract relevant and transferable knowledge. Data-driven process-structure-property (PSP) linkages provide a systemic, modular, and hierarchical framework for community-driven curation of materials knowledge, and its transference

@wd15
wd15 / README.md
Last active May 25, 2017 13:49
Presentations for SWC in the Commerce Research Library

SWC Commerce Research Library

@wd15
wd15 / christoph.py
Last active April 12, 2017 14:24
Python file for running Christoph Gunther's problem
from fipy import *
from scipy.special import erf,ellipk,ellipe
from scipy.integrate import quad
def thornber(E):
e = 1.602e-19
kb = 1.380e-23
vs = 2e5
Eg = 3.3*e
EI = 1e13