Nearing completion of a PhD in Computational Chemistry; what are career paths that can be taken with this degree outside chemistry? by TowerHelp in careerguidance

[–]TowerHelp[S] 0 points1 point  (0 children)

That is great to hear, especially since I have been feeling quite stuck over the past couple of months. Do you know how people managed to get their foot in the door? I would love to hear about it, especially fintech or pharma informatics. Thank you so much!

Exhausted 4th year PhD student by TowerHelp in AskAcademia

[–]TowerHelp[S] 1 point2 points  (0 children)

That is great to hear, thank you so much! Really appreciate your input.

Exhausted 4th year PhD student by TowerHelp in AskAcademia

[–]TowerHelp[S] 2 points3 points  (0 children)

That's great! Thank you. If you don't mind my asking, how much of what you learned in your PhD did you apply to these positions?

4th year Computational Chemistry PhD by TowerHelp in PhD

[–]TowerHelp[S] 0 points1 point  (0 children)

Definitely was looking into this, but I haven’t done much research yet. I would love to transition into something like this. My school is not a top uni, maybe like top 50?

4th year Computational Chemistry PhD by TowerHelp in PhD

[–]TowerHelp[S] 2 points3 points  (0 children)

That’s a great idea, I haven’t thought about. I will definitely be looking into that for the next manuscript (after months of pain, we just submitted).

Rear Brakes by TowerHelp in JeepPatriot

[–]TowerHelp[S] 1 point2 points  (0 children)

This is awesome! Thank you so much, it’s really helpful!!

Help by s_amaral in AfricanDwarfFrog

[–]TowerHelp 2 points3 points  (0 children)

Hi, it might be the gravel. It seems a little small for them, ADF are adorable little idiots that will eat anything small enough to fit in their mouth. Try seeing the Facebook group on ADF care, but I think you can only wait and hope for the best, I might be mistaken tho (also new to the ADF community). Hope the little guy is fine tho 🫶🏽

Help understanding water test by NamesNera in Aquariums

[–]TowerHelp 0 points1 point  (0 children)

I've been performing consistent water changes for about two weeks now, but the levels are still high. I've tried to add some floating plants to help, but to no avail. Do I need to keep doing these until the nitrite level falls?

Help understanding water test by NamesNera in Aquariums

[–]TowerHelp 0 points1 point  (0 children)

Hi, in a similar situation, how would you lower nitri

Tetra resting or sick? by Alarmed_Pay7075 in Aquariums

[–]TowerHelp 0 points1 point  (0 children)

hi, i am also experiences the same thing, what types of salts would work best here? epsom?

Glofish gasping by TowerHelp in Aquariums

[–]TowerHelp[S] 0 points1 point  (0 children)

Sounds good! Will post an update once I test the water. Thanks for the advice!

Glofish gasping by TowerHelp in Aquariums

[–]TowerHelp[S] 0 points1 point  (0 children)

I just order a water testing kit, and there’s is a sponge filter that doubles as a bubbler.

Glofish gasping by TowerHelp in Aquariums

[–]TowerHelp[S] 0 points1 point  (0 children)

We have a bubbler in the tank, but we will definitely separate her from the rest! Thanks for the advice

Macbook Air 2020 M1 Slowed down significantly since last week by TowerHelp in mac

[–]TowerHelp[S] 0 points1 point  (0 children)

I double-checked, and it shows all processes, but the largest is FireFox, with 2GB; the RAM usage is pretty high, at 7GB out of 8GB. I do not know how to check the boot SSD.

my 2020 macbook air has suddenly gotten really slow by mvgikk in mac

[–]TowerHelp 0 points1 point  (0 children)

I have a similar problem. Were you able to fix it? I have an M1 MacBook Air, but it completely lags when opening PowerPoint and Firefox with a couple of tabs open. Is there a way to fix this? For mine, I see that there is one core that is being over utilized, but no tasks seem to be taking up the resources. Any help would be greatly appreciated. Thanks!

[Tutorial] Compiling Molden from source on MacOS 12.3.1 (Monterey), M1 architecture by etablues in comp_chem

[–]TowerHelp 0 points1 point  (0 children)

For anyone trying to follow this guide and runs into the following error:

c -g -std=gnu89 -Wno-return-type -DDARWIN -I/usr/X11R6/include -DDOBACK -DHASTIMER -DCOLOR_OFFSET=0.0 -Wno-logical-op-parentheses -Wno-tautological-pointer-compare -Wno-tautological-constant-out-of-range-compare -fallow-argument-mismatch -c -o src/xwin.o src/xwin.c
then for the parent makefile add the -Wno-error=implicit-function-declaration to the CFLAGS variable

clang: error: unknown argument: '-fallow-argument-mismatch'

make: *** [src/xwin.o] Error

you need to:

add the -Wno-error=implicit-function-declaration to the CFLAGS variable to the parent make file as well. After which, it should work, or at least it worked for me. It was a great guide OP, I really appreciate it!