anchalm03

Results 12 comments of anchalm03

Hello @FanwangM @PaulWAyers ! I am **Anchal Malani** from India. I am a fourth year student pursuing **MSc.Chemistry** and **Bachelors in Engineering** (EEE) in **BITS Goa**. Having **completed the GSoC...

Hello, I would like to work on this issue, can I ?

Hello! I want to confirm, should the text area at the bottom be generated when "Submit" button is clicked, displaying the preview of the input using AJAX and then there...

Okay, I got it. Thanks for the clarification.

I need a few clarifications; 1. In my understanding, the parameters **software, type, solvation_model, solvent, charge, specifications** need to be validated before preview.Are there any other parameters of form data...

Hello, Once I parse the data using `_submit_calculation`, from where can I obtain the validated data (Because the function returns redirect to `calculations` in `views.py`.), to generate `input_file` ?

I want to confirm; for the dummy object, a dummy class is to be created(I assume not in `models.py`), which file should that be done in (the one in which...

I need some more clarifictaions: 1. Can I define a new function instead of using ` calc_to_ccinput` ? 2. If not, from where will the other parameters( like `xyz_strucuture`, `calc.order`,...

Yes, I think that should be a good solution. I will try working it out and then let you know difficulties (if any) in the same. Also, will I have...

There are some code blocks starting with `if not verify` that are not creating objects but are performing other tasks, so in that case also should I remove the condition?