https://github.com/jacobjma/PyQSTEM

sort by:
Revision Author Date Message Commit Date
9172962 Update README.md 26 October 2020, 19:47:56 UTC
6152a8a Update README.md 26 October 2020, 19:47:13 UTC
7930341 Update README.md 26 October 2020, 19:46:23 UTC
fddbcf0 Merge pull request #15 from schiotz/fix-linux-build Make sure clang flag is only used on MacOS. 01 July 2019, 14:38:13 UTC
697c26d Make sure clang flag is only used on MacOS. 01 July 2019, 08:15:56 UTC
b9e4c84 added MANIFEST.in and compiler flag to setup.py 28 June 2019, 12:32:29 UTC
c10ceef Merge pull request #12 from schiotz/pip_meta Add metadata for pip / PyPI.org 25 June 2019, 11:55:05 UTC
56c1c64 Oops. License field was still wrong. Fixed. 22 June 2019, 18:14:24 UTC
5834aa0 Merge branch 'pip_meta' of github.com:schiotz/PyQSTEM into pip_meta 22 June 2019, 18:01:28 UTC
08c9e40 Fixed command line options for compilers as suggested by @msaharan. Also fix the name of the license. 22 June 2019, 18:00:15 UTC
cd3159b The License file should be included in the package. 21 June 2019, 19:59:39 UTC
be90f2d Fix the name of the License file. 21 June 2019, 18:58:44 UTC
534085d Add metadata to conda.recipe/meta.yaml 21 June 2019, 18:40:23 UTC
ccda885 Remove toolchain from prerequisites as it no longer exists. 21 June 2019, 13:31:55 UTC
8992659 Make the conda recipy use current working directory (change later!) 21 June 2019, 07:10:07 UTC
f14f0b6 Combine @msarahan's conda recipe with my own updates to setup.py. 20 June 2019, 14:13:41 UTC
1e9ef25 Merge remote-tracking branch 'msarahan/add_conda_recipe' into pip_meta 20 June 2019, 13:48:13 UTC
e0a8e1e Python 3.7 compatibility. 30 October 2018, 09:21:27 UTC
bd3bd89 Avoid matplotlib version 3.0.0. Later or earlier versions are OK, but that version causes colorbars to overwrite the entire plot with some matplotlib backends. 30 October 2018, 09:18:45 UTC
4713e21 Add metadata for pip / PyPI.org 19 October 2018, 11:34:25 UTC
1e8fe00 Merge pull request #6 from schiotz/crash_fix_pointer_order Fix crashes due to deallocation of pointers in the wrong order. 28 February 2018, 17:31:22 UTC
5643256 Fix crashes due to deallocation of pointers in the wrong order. First, the pointer to pointer was deallocated, then the underlying pointer (accessed through the now-deallocated and therefore invalid pointer). 05 January 2018, 15:59:01 UTC
85792be add conda recipe 01 August 2017, 02:11:21 UTC
d2b4c76 minor additional features and some restructuring of CTF 18 July 2017, 19:41:28 UTC
542b234 fixed bug in Potential object 18 July 2017, 19:36:53 UTC
e15a94a Merge pull request #3 from fragwuerdig/potentials_fix changed poission_solver to include triclinic unit cells 07 July 2017, 14:54:53 UTC
1c0a9d6 minor new features added to wave and ctf classes 07 July 2017, 12:06:59 UTC
85cd2d8 changed poission_solver to include triclinic unit cells 05 July 2017, 09:55:46 UTC
4bf9188 Merge pull request #2 from fragwuerdig/deallocation_quickfix in QSTEM::~QSTEM(): muls.trans is now being freed upon deallocation... 04 July 2017, 18:00:29 UTC
c0ea891 in QSTEM::~QSTEM(): muls.trans is now being freed upon deallocation... 03 July 2017, 14:23:14 UTC
dd356e5 fixed bug with CBED and cell div 28 June 2017, 08:52:56 UTC
81f0eba implemented cell divisions 26 June 2017, 09:20:43 UTC
12f1e4c Delete qstem_interface.cpp 30 May 2017, 10:37:39 UTC
3339c21 fixed bug with .set_wave() 30 May 2017, 10:15:09 UTC
5e2f8f3 Delete potential_comparison.html 03 April 2017, 12:39:22 UTC
6a7580c Update README.md 23 March 2017, 12:53:55 UTC
5dac919 Update README.md 23 March 2017, 12:42:16 UTC
5b28aa1 fixed compile problem on windows with python 2.7 23 March 2017, 12:40:12 UTC
de3c2ec Update README.md 23 March 2017, 08:30:02 UTC
1214644 Update README.md 23 March 2017, 08:29:20 UTC
a0bacce Update README.md 23 March 2017, 08:28:43 UTC
6734307 Update README.md 23 March 2017, 08:17:34 UTC
6b58a15 Update STEM_potential_comparison.ipynb 22 March 2017, 21:55:07 UTC
eeaa3a3 Merge branch 'master' of https://github.com/jacobjma/PyQSTEM 22 March 2017, 17:08:07 UTC
cd932cd fixed small bug, added notebook 22 March 2017, 17:08:01 UTC
a5b2821 Update README.md 22 March 2017, 09:09:51 UTC
6ae4fed update to potential comparison 21 March 2017, 21:59:04 UTC
bae628c Merge branch 'master' of https://github.com/jacobjma/PyQSTEM 21 March 2017, 21:47:36 UTC
9c12663 added comparison between potentials 21 March 2017, 21:47:22 UTC
7940ed1 Update README.md 21 March 2017, 20:02:40 UTC
b81f288 Update README.md 21 March 2017, 20:00:18 UTC
b7d672d Update README.md 21 March 2017, 19:57:14 UTC
fc643b8 Delete qstem_interface.cpp 21 March 2017, 19:51:29 UTC
138966b fixed unicode bug again... 21 March 2017, 19:42:03 UTC
4c3274d fixed unicode bug 21 March 2017, 19:10:17 UTC
d9c41cd Update README.md 21 March 2017, 15:35:16 UTC
dd0d1fe Merge pull request #1 from schiotz/master Compilation on Mac and a performance enhancement. 21 March 2017, 11:20:45 UTC
a7bd29b Performance enhancement. 21 March 2017, 10:51:32 UTC
1b8e7fc Compilation on a Mac. Bug fix to make it work in Python 2. 21 March 2017, 10:12:06 UTC
fc9d96a Update README.md 21 March 2017, 08:12:33 UTC
197f135 Update README.md 21 March 2017, 08:10:37 UTC
8d2aa1f added license 18 March 2017, 10:49:51 UTC
4fe18dd Update README.md 18 March 2017, 10:46:54 UTC
b77dc22 Update STEM_dft.ipynb 18 March 2017, 10:30:59 UTC
94911eb added notebook 18 March 2017, 10:23:42 UTC
70b4daa more notebooks and delted files manually 18 March 2017, 09:53:49 UTC
488df56 Update README.md 18 March 2017, 09:17:31 UTC
c575197 Update README.md 17 March 2017, 22:25:48 UTC
03a1ae8 updates to STEM and more notebooks 17 March 2017, 19:00:11 UTC
c0013aa Merge branch 'master' of https://github.com/jacobjma/PyQSTEM 16 March 2017, 18:55:09 UTC
8d3c6d7 initial commit 16 March 2017, 18:53:53 UTC
291c8a1 Update README.md 16 March 2017, 18:51:36 UTC
9747a48 Delete introduction.html 16 March 2017, 12:10:41 UTC
64aefcb Delete dft_test.html 16 March 2017, 12:09:20 UTC
ccc2845 Update README.md 16 March 2017, 12:08:14 UTC
61e5280 Update README.md 16 March 2017, 12:01:19 UTC
99db745 Update README.md 16 March 2017, 11:59:46 UTC
53839fa Update README.md 16 March 2017, 11:56:26 UTC
ec4c06a Update README.md 16 March 2017, 11:48:09 UTC
a48e46f Update README.md 16 March 2017, 10:51:49 UTC
3ec3a6f Update README.md 16 March 2017, 10:44:58 UTC
ed0bc74 Update dft_test.html small correction 10 March 2017, 13:32:59 UTC
fbd5f38 Add files via upload added notebook demonstrating dft 10 March 2017, 13:04:20 UTC
c218664 Add files via upload added introductory notebook 07 March 2017, 12:13:57 UTC
2178ff4 Initial commit 07 March 2017, 12:12:50 UTC
back to top