-
Whats the best way to cleanup targets so a task can be rerun with a fresh state?
I'm looking into subclassing the target classes I'm using and adding a "cleanup" method, is this something that aligns…
-
Hi @SimonDanisch , this is a follow up from yesterday's Discourse post where we shared that it would be nice to have an interface for general meshes, from simple Julia arrays (treated as regular meshe…
-
I am in the process of learning how to use Z2Pack to determine topological invariance in complex systems and as a first exercise was trying to run various examples and tutorial problems included in th…
-
## You can add any Algorithm of your choice in any language.
- Choose an algorithm that isn't already present in the repo.
- or implement the same algorithm in a different language.
- or write a …
-
### Aside
This is the repo I used for keep track of my reading notes of CSAPP book .
I would like to challenge myself to keep notes in english . Because I am reading this book in english versi…
-
Hello Sir,
First off, I would like to give a big like to Z2Pack. It was just recently that I came across with this nice post-processing code for topological invariant calculations. I was learning h…
ghost updated
4 years ago
-
**System information**
- OS Platform and Distribution (e.g., Linux Ubuntu 16.04): Windows 10 (64-bit)
- Mobile device (e.g. iPhone 8, Pixel 2, Samsung Galaxy) if the issue happens on mobile device…
-
I'm creating a polymer in mbuild, running a simulation on it to obtain a relaxed conformation, and want to input it into mbuild again to create a macrostructure. The problem is that I can't find a goo…
oakif updated
4 years ago
-
Alexey left some comments in the maintext. I gathered them and created issues for most of them, all those issues are in the following milestone.
https://github.com/kephircheek/qasofm/milestone/3
…
-
**Updated on May 15**
```python
class Layer:
def get_params(self):
"""the params of this layer and sublayers as a dict; param name is: layername.param
e.g., self.W = Tenso…