Hud Wahab
Hud Wahab
Hello following your notebook in this repo I couldn't define `create_head` function because of the error: `NameError: name 'Collection' is not defined` Do you know where Collection is defined? Is...
Great work on this! Wondering if you have plans to make an upload, convert and save as pdf feature?
Hi not sure where to ask this, I am interested in using this code to predict binding energy of a system. Is this possible? If this function needs to be...
Just following along the colab notebooks. Processed the video, trained the model with dataset saved to `/content/gdrive/My Drive/nerfies/captures/capture1` and `config.gin` and checkpoints saved to `/content/gdrive/My Drive/nerfies/experiments/capture1/exp1`. For Model and dataset...
Hi I am trying to establish a serial communication with VISA on windows 10, python 3.7.3 : ```import dash import visa rm = visa.ResourceManager() instr = rm.open_resource('ASRL1::INSTR') app = dash.Dash(__name__)...
I am new to EPICS instruments and I am not sure if this is the right place to ask this question. I have a Newport XPS-D4 control stage and I...
**Describe the bug** Unable to install via `conda env create -f environment.yml` or `pip install phoenics`. Using yml file, none of the packages were found (error `ResolvePackageNotFound`). Using pip, after...
Hello I tried to parse an input file: ``` from qe_tools import PwInputFile with open('aiida.in', 'r') as in_f: parsed_file = PwInputFile(in_f.read()) parsed_file.get_structure_from_qeinput() ``` and got the error that `CELL_PARAMETERS` is...
So I created a new personal access token with no scopes selected and copied that into the .env file, followed all the steps but running `yarn load` gave me the...
Followed the guides for [auth.md](https://github.com/Akianonymus/gdrive-downloader/blob/master/auth.md) On the first run, I executed something like `gdl https://drive.google.com/drive/folders/{ID} -o "{CLIENT-ID}" "{CLIENT-SECRET}"` I get the following: ``` [ Checking credentials.. ] [ New account...